| RepresentationRollbackC2STransaction Method |
Rolls back a transaction that applies to a representation by
sending an asynchronous request to the object server.
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 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