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 listeners OIV.RemoteViz.Rendering.ServiceListener.OnDisposingRenderArea(OIV.RemoteViz.Rendering.RenderArea) and OIV.RemoteViz.Rendering.ServiceListener.OnDisposedRenderArea(System.String) will be triggered and a DISPOSED disconnect message will be sent to all clients of the renderArea. The listener OIV.RemoteViz.Rendering.RenderAreaListener.OnClosedConnection(OIV.RemoteViz.Rendering.RenderArea, System.String, System.Boolean) will not be triggered after closing connections.
See ().