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++
public object EndContextChanges( 
   int contextCoupon, 
   ref bool noContinue 
) 
Function EndContextChanges( _ 
   ByVal contextCoupon As Integer, _ 
   ByRef noContinue As Boolean _ 
) As Object 
Object^ EndContextChanges(  
   int contextCoupon, 
   bool% noContinue 
)  

Parameters

contextCoupon
The context coupon of the transaction received from StartContextChanges.

noContinue
Determines if the context change transaction can continue.

Return Value

Array of strings that is used to convey the results of the survey to the application that instigated a context change transaction.

Example

For an example refer to JoinCommonContext.

Requirements

Target Platforms

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

Leadtools.Ccow Assembly

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