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.
public string[] PublishWebChangesDecision(int contextCoupon,string decision)
Function PublishWebChangesDecision( _ByVal contextCoupon As Integer, _ByVal decision As String _) As String()
array<String^>^ PublishWebChangesDecision(int contextCoupon,String^ decision)
contextCoupon
The context coupon of the transaction received from StartContextChanges.
decision
The decision made about the context changes.
The listeners URLs that need to be notified about the context change transaction. Empty if is not "accept".
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
