[OperationContractAttribute()]
[WebGetAttribute(BodyStyle=0,
UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=StartContextChanges&part" + "icipantCoupon={participantCoupon}")]
public Stream StartContextChanges(
string id,
string domain,
int participantCoupon
)
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=StartContextChanges&participantCoupon={participantCoupon}")>
Function StartContextChanges( _
ByVal id As String, _
ByVal domain As String, _
ByVal participantCoupon As Integer _
) As Stream
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=StartContextChanges&participantCoupon={participantCoupon}")]
Stream^ StartContextChanges(
String^ id,
String^ domain,
int participantCoupon
)
domain
The domain name of the site or organization that is being served by the located component.
A context coupon that denotes the current change transaction.