RenderAreaCloseConnectionsAndDispose Method |
Closes all connections of the renderArea and disposes it.
Namespace: OIV.RemoteViz.Rendering
If connections are still open, this method will close them and dispose the renderArea. While executing this method, the callback ServiceListener.onDisposedRenderArea will be triggered and a DISPOSED disconnect message will be sent to all clients of the renderArea. The callback RenderAreaListener.onClosedConnection will not be triggered after closing connections.