Click or drag to resize
RpObjectEndC2SUpdate Method
Commits the updates performed on the representation object by flushing the update buffer.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public void EndC2SUpdate()
Remarks

You must call this method after a series of updates has been performed on this representation object and only if the method BeginC2SUpdate(RepresentationUpdateType) was called previously and explicitly.

See Also