Enables an application to indicate that it wants to start changing the common context.
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=StartContextChanges&participantCoupon={participantCoupon}")]
Stream StartContextChanges(
string ,
string domain,
int
)
'Declaration
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=StartContextChanges&participantCoupon={participantCoupon}")>
Function StartContextChanges( _
ByVal As String, _
ByVal domain As String, _
ByVal As Integer _
) As Stream
'Usage
Dim instance As IContextManagerService
Dim id As String
Dim domain As String
Dim participantCoupon As Integer
Dim value As Stream
value = instance.StartContextChanges(id, domain, participantCoupon)
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=StartContextChanges&participantCoupon={participantCoupon}")]
Stream^ StartContextChanges(
String^ ,
String^ domain,
int
)
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.
Return Value
A context coupon that denotes the current change transaction.