←Select platform

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++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=ResumeParticipation&part" + "icipantCoupon={participantCoupon}&wait={wait}")] 
public Stream ResumeParticipation( 
   string id, 
   string domain, 
   int participantCoupon, 
   bool wait 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=ResumeParticipation&participantCoupon={participantCoupon}&wait={wait}")> 
Function ResumeParticipation( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal participantCoupon As Integer, _ 
   ByVal wait As Boolean _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=ResumeParticipation&participantCoupon={participantCoupon}&wait={wait}")] 
Stream^ ResumeParticipation(  
   String^ id, 
   String^ domain, 
   int participantCoupon, 
   bool wait 
)  

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.

wait
If set to true wait for the current context change transaction to complete.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly