LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

EndContextChanges Method






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,
   ref bool noContinue
)
function Leadtools.Ccow.IContextManager.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IContextManager Interface
IContextManager Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.