Is this page helpful?
[OperationContractAttribute()]
[WebGetAttribute(BodyStyle=0,
UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=LeaveCommonContext&parti" + "cipantCoupon={participantCoupon}")]
public Stream LeaveCommonContext(
string id,
string domain,
int participantCoupon
)
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.