| RpObjectOnSuppress Method |
Notifies the server about the destruction of this
representation object.
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 OnSuppress(
bool isDestroyed
)
Public Overridable Sub OnSuppress (
isDestroyed As Boolean
)
public:
virtual void OnSuppress(
bool isDestroyed
)
Parameters
- isDestroyed
- Type: SystemBoolean
Set to true if the destruction is locally triggered.
Remarks
This function should be called before the destruction in case
the destruction is locally triggered by the application
component.
See Also