Click or drag to resize
RpObjectAfterInit Method
Called immediately after an object has been created when a representation object is instantiated by 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 AfterInit()
Remarks
When this method is called, the representation object has been assigned an identifier and you can use it to perform component-to-server transactions via callback member functions.
See Also