Click or drag to resize
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: 6.3.0.0 (0.8.0.0)
Syntax
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