←Select platform

EndContextChanges Method

Summary

Enables the application that instigated a context change transaction to indicate that it has completed its changes to the common context.

Syntax

C#
VB
C++
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=EndContextChanges&contex" + "tCoupon={contextCoupon}")] 
[OperationContractAttribute()] 
public Stream EndContextChanges( 
   string id, 
   string domain, 
   int contextCoupon 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=EndContextChanges&contextCoupon={contextCoupon}")> 
Function EndContextChanges( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal contextCoupon As Integer _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=EndContextChanges&contextCoupon={contextCoupon}")] 
Stream^ EndContextChanges(  
   String^ id, 
   String^ domain, 
   int contextCoupon 
)  

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly