LEADTOOLS Medical (Leadtools.Ccow assembly)

EndContextChanges Method

Show in webframe





The context coupon of the transaction received from StartContextChanges.
Determines if the context change transaction can continue.
Enables the application that instigated a context change transaction to indicate that it has completed its changes to the common context.
Syntax
object EndContextChanges( 
   int contextCoupon,
   ref bool noContinue
)
'Declaration
 
Function EndContextChanges( _
   ByVal contextCoupon As Integer, _
   ByRef noContinue As Boolean _
) As Object
'Usage
 
Dim instance As IContextManager
Dim contextCoupon As Integer
Dim noContinue As Boolean
Dim value As Object
 
value = instance.EndContextChanges(contextCoupon, noContinue)

            

            
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

See Also

Reference

IContextManager Interface
IContextManager Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.