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: 7.2.0.0 (7.2.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