StartContextChanges Method

Summary
Enables an application to indicate that it wants to start changing the common context.
Syntax
C#
VB
C++
[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 
)  

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.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.