ContextChangesPending Method

Summary

Informs a participant in a common context session that a change to the common context data is pending.

Syntax
C#
VB
C++
public string ContextChangesPending( 
   int contextCoupon, 
   ref string reason 
) 
Function ContextChangesPending( _ 
   ByVal contextCoupon As Integer, _ 
   ByRef reason As String _ 
) As String 
String^ ContextChangesPending(  
   int contextCoupon, 
   String^% reason 
)  

Parameters

contextCoupon
The transaction within which the context changes occurred.

reason
The reason provided by the participant if it cannot accept the changes.

Return Value

The decision the participant made about the changes.

Remarks

For an application that accepts the changes, the value of the output decision shall be "accept" and the value of the output reason shall be an empty string. For an application that conditionally accepts the changes, the value of the output decision shall be "conditionally_accept".

Example

For an example refer to JoinCommonContext.

Requirements

Target Platforms

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

Leadtools.Ccow Assembly