LeaveCommonContext Method

Summary

Enables an application that is a participant in a common context session to leave the session.

Syntax
C#
VB
C++
public void LeaveCommonContext( 
   int participantCoupon 
) 
Sub LeaveCommonContext( _ 
   ByVal participantCoupon As Integer _ 
)  
void LeaveCommonContext(  
   int participantCoupon 
)  

Parameters

participantCoupon
The participant coupon of the application received from JoinCommonContext.

Example

For an example refer to JoinCommonContext.

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