Click or drag to resize
RepresentationBeginC2STransaction Method
Lets you create a transaction buffer where the modifications performed and/or required by the application component are stored before they are sent to the 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 BeginC2STransaction()
Remarks

Transaction control from the Application Component to the Server.

This function is called either explicitly or implicitly. If the member function is called implicitly, the commit operation will also be implicit and will take place once a representation object belonging to the representation has been updated.

See Also