Click or drag to resize

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.2.0.0 (7.2.0.0)
Syntax
public virtual int RollbackC2STransaction()

Return Value

Type: Int32
The identifier of the currently initialized transaction or defaults to 0.
Remarks

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.

See Also