Enables a suspended application to indicate that it wants to resume active participation in a common context session.
[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
)
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.