| RepresentationRollbackC2STransaction Method |
Rolls back a transaction that applies to a representation by
sending an asynchronous request to the object server.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual void RollbackC2STransaction()
Public Overridable Sub RollbackC2STransaction
public:
virtual void RollbackC2STransaction()
Remarks
In response, the server sends back all the updates for the
representation to be reset to its previous state.
See Also