Error processing SSI file
LEADTOOLS Medical (Leadtools.Ccow assembly)

Show in webframe

PublishWebChangesDecision 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
string[] PublishWebChangesDecision( 
   int contextCoupon,
   string decision
)
'Declaration
 
Function PublishWebChangesDecision( _
   ByVal contextCoupon As Integer, _
   ByVal decision As String _
) As String()
'Usage
 
Dim instance As IWebContextManager
Dim contextCoupon As Integer
Dim decision As String
Dim value() As String
 
value = instance.PublishWebChangesDecision(contextCoupon, decision)
array<String^>^ PublishWebChangesDecision( 
   int contextCoupon,
   String^ decision
) 

Parameters

contextCoupon
The context coupon of the transaction received from StartContextChanges.
decision
The decision made about the context changes.

Return Value

The listeners URLs that need to be notified about the context change transaction. Empty if is not "accept".
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

See Also

Reference

IWebContextManager Interface
IWebContextManager Members

Error processing SSI file
Leadtools.Ccow requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features