ResumeParticipation Method

Summary

Enables a suspended application to indicate that it wants to resume active participation in a common context session.

Syntax
C#
VB
C++
public void ResumeParticipation( 
   int participantCoupon, 
   bool wait 
) 
Sub ResumeParticipation( _ 
   ByVal participantCoupon As Integer, _ 
   ByVal wait As Boolean _ 
)  
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly