Enables the application that instigated a context change transaction to indicate that it has completed its changes to the common context.
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=EndContextChanges&contextCoupon={contextCoupon}")]
Stream EndContextChanges(
string ,
string domain,
int
)
'Declaration
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=EndContextChanges&contextCoupon={contextCoupon}")>
Function EndContextChanges( _
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 contextCoupon As Integer
Dim value As Stream
value = instance.EndContextChanges(id, domain, contextCoupon)
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=EndContextChanges&contextCoupon={contextCoupon}")]
Stream^ EndContextChanges(
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.
- contextCoupon
- The context coupon of the transaction received from StartContextChanges.
Return Value
The responses and noContinue values.