LEADTOOLS Medical (Leadtools.Ccow assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
PublishChangesDecision Method
See Also 
Leadtools.Ccow Namespace > IContextManager Interface : PublishChangesDecision Method



contextCoupon
The context coupon of the transaction received from StartContextChanges.
decision
The decision made about the context changes.
contextCoupon
The context coupon of the transaction received from StartContextChanges.
decision
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

Visual Basic (Declaration) 
Sub PublishChangesDecision( _
   ByVal contextCoupon As Integer, _
   ByVal decision As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As IContextManager
Dim contextCoupon As Integer
Dim decision As String
 
instance.PublishChangesDecision(contextCoupon, decision)
C# 
void PublishChangesDecision( 
   int contextCoupon,
   string decision
)
C++/CLI 
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.

Example

For an example refer to JoinCommonContext.

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Ccow requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features