| RepresentationCommitC2STransaction Method |
Commits a transaction.
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 CommitC2STransaction()
Public Overridable Sub CommitC2STransaction
public:
virtual void CommitC2STransaction()
Remarks
By default, the updates performed during the transaction are
sent directly to the server. They can also be stored
in a transaction buffer at the component level.
See Also