| RepresentationCommitC2STransaction Method |
Commits a transaction.
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 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