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
'Declaration
Sub PublishChangesDecision( _
ByVal As Integer, _
ByVal As String _
)
'Usage
Dim instance As IContextManager
Dim contextCoupon As Integer
Dim decision As String
instance.PublishChangesDecision(contextCoupon, 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.
Requirements
See Also