- participantCoupon
- The participant coupon of the application received from JoinCommonContext.
| Visual Basic (Declaration) | |
|---|---|
Sub LeaveCommonContext( _ ByVal participantCoupon As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IContextManager Dim participantCoupon As Integer instance.LeaveCommonContext(participantCoupon) | |
| C# | |
|---|---|
void LeaveCommonContext( int participantCoupon ) | |
| C++/CLI | |
|---|---|
void LeaveCommonContext( int participantCoupon ) | |
Parameters
- participantCoupon
- The participant coupon of the application received from JoinCommonContext.
For an example refer to JoinCommonContext.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code