| RepresentationClose Method |
Requests the view associated with the representation to be
closed.
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 Close(
bool notify
)
Public Overridable Sub Close (
notify As Boolean
)
public:
virtual void Close(
bool notify
)
Parameters
- notify
- Type: SystemBoolean
If true, notification is requested.
Remarks
If notification is required, the server must notify the
component that the representation has been closed. In
particular, the server requests first the deletion of all the
objects in the representation, then the deletion of the
representation itself.
See Also