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: 9.9.13.0 (9.9.13.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 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.

See Also