Click or drag to resize
RenderAreaListenerOnClosedConnection Method

Triggered when a client disconnects.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual void OnClosedConnection(
	RenderArea renderArea,
	string connectionId,
	bool aborted
)

Parameters

renderArea
Type: OIV.RemoteViz.RenderingRenderArea

: pointer to the RenderArea

connectionId
Type: SystemString

: ID identifying the connection

aborted
Type: SystemBoolean

: true if the network connection was closed unexpectedly by the client or has been lost.

Remarks

Default behavior : dispose the renderArea if all the connections are close.

See Also