Rogue Wave Server Component library for .NET Reference Guide
|
|
MvComponentRollbackC2STransaction Method |
Rolls back the current component-to-server transaction,
previously initialized by the beginC2STransaction function.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Category: Transaction Control from the Component to the Server.
If the asynchronous mode is enabled, a rollback query is sent to the server. The server then triggers, within a server-to-component transaction, all the modifications needed to revert the representations in the component to a consistent state. If the asynchronous rollback mode is disabled, a synchronous rollback transaction is performed by the component.