←Select platform

ContextChangesPending Method

Summary

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

Syntax

C#
VB
C++
public virtual string ContextChangesPending( 
   int contextCoupon, 
   ref string reason 
) 
Public Overridable Function ContextChangesPending( _ 
   ByVal contextCoupon As Integer, _ 
   ByRef reason As String _ 
) As String 
public: 
virtual 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.

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 Assembly