←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly