SuspendParticipation Method

Summary
Enables an application to indicate that it wants to suspend its active participation in a common context session while remaining registered as a participant.
Syntax
C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=SuspendParticipation&par" + "ticipantCoupon={participantCoupon}")] 
public Stream SuspendParticipation( 
   string id, 
   string domain, 
   int participantCoupon 
) 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=SuspendParticipation&participantCoupon={participantCoupon}")> 
<OperationContractAttribute()> 
Function SuspendParticipation( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal participantCoupon As Integer _ 
) As Stream 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=SuspendParticipation&participantCoupon={participantCoupon}")] 
[OperationContractAttribute()] 
Stream^ SuspendParticipation(  
   String^ id, 
   String^ domain, 
   int participantCoupon 
)  

Parameters

id
The context manager id.

domain
The domain name of the site or organization that is being served by the located component.

participantCoupon
The participant coupon of the application received from JoinCommonContext.

Requirements

Target Platforms

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

Leadtools.Ccow.Services Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.