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 void PublishChangesDecision(
int contextCoupon,
string decision
)
Sub PublishChangesDecision( _
ByVal contextCoupon As Integer, _
ByVal decision As String _
)
void PublishChangesDecision(
int contextCoupon,
String^ decision
)
contextCoupon
The context coupon of the transaction received from StartContextChanges.
decision
The decision made about the context changes.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document