Click or drag to resize
RenderAreaCloseConnectionsAndDispose Method

Closes all connections of the renderArea and disposes it.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void CloseConnectionsAndDispose()
Remarks

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 ().

See Also