LEADTOOLS Medical (Leadtools.Ccow assembly)

ResumeParticipation Method

Show in webframe





The participant coupon of the application received from JoinCommonContext.
If set to true wait for the current context change transaction to complete.
Enables a suspended application to indicate that it wants to resume active participation in a common context session.
Syntax
void ResumeParticipation( 
   int participantCoupon,
   bool wait
)
'Declaration
 
Sub ResumeParticipation( _
   ByVal participantCoupon As Integer, _
   ByVal wait As Boolean _
) 
'Usage
 
Dim instance As IContextManager
Dim participantCoupon As Integer
Dim wait As Boolean
 
instance.ResumeParticipation(participantCoupon, wait)

            

            
void ResumeParticipation( 
   int participantCoupon,
   bool wait
) 

Parameters

participantCoupon
The participant coupon of the application received from JoinCommonContext.
wait
If set to true wait for the current context change transaction to complete.
Requirements

Target Platforms

See Also

Reference

IContextManager Interface
IContextManager Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.