Click or drag to resize
ServiceListenerOnDisconnectedClient Method

Triggered when a client is disconnected from the service.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual void OnDisconnectedClient(
	string clientId
)

Parameters

clientId
Type: SystemString

: ID identifying the client

Remarks

Default behavior : do nothing

See Also