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

PublishChangesDecision Method






The context coupon of the transaction received from StartContextChanges.
The decision made about the context changes.
Enables the application that instigated a context change transaction to inform the other applications in a context session about whether the changes are to be applied or have been canceled.
Syntax
void PublishChangesDecision( 
   int contextCoupon,
   string decision
)
'Declaration
 
Sub PublishChangesDecision( _
   ByVal contextCoupon As Integer, _
   ByVal decision As String _
) 
'Usage
 
Dim instance As IContextManager
Dim contextCoupon As Integer
Dim decision As String
 
instance.PublishChangesDecision(contextCoupon, decision)
void PublishChangesDecision( 
   int contextCoupon,
   string decision
)
function Leadtools.Ccow.IContextManager.PublishChangesDecision( 
   contextCoupon ,
   decision 
)
void PublishChangesDecision( 
   int contextCoupon,
   String^ decision
) 

Parameters

contextCoupon
The context coupon of the transaction received from StartContextChanges.
decision
The decision made about the context changes.
Remarks
If the decision is to accept the changes, the value of the decision is "accept". If the decision is to cancel the changes, the value of decision is "cancel". Once the decision has been published the change transaction is complete.
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.