PublishChangesDecision Method

Summary
Enables the application that instigated a context change transaction to inform the other applications in a context session about whether the changes are to be applied or have been canceled.
Syntax
C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=PublishChangesDecision&c" + "ontextCoupon={contextCoupon}&decision={decision}")] 
public Stream PublishChangesDecision( 
   string id, 
   string domain, 
   int contextCoupon, 
   string decision 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=PublishChangesDecision&contextCoupon={contextCoupon}&decision={decision}")> 
Function PublishChangesDecision( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal contextCoupon As Integer, _ 
   ByVal decision As String _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=PublishChangesDecision&contextCoupon={contextCoupon}&decision={decision}")] 
Stream^ PublishChangesDecision(  
   String^ id, 
   String^ domain, 
   int contextCoupon, 
   String^ decision 
)  

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.

decision
The decision made about the context changes.

Return Value

The listeners URLs that need to be notified about the context change transaction. Empty if is not "accept".

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.