Click or drag to resize
ServiceListenerOnConnectedClient Method

Triggered when a client is connected to the service.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual void OnConnectedClient(
	string clientId,
	NetworkPerformance networkPerformance
)

Parameters

clientId
Type: SystemString

: ID identifying the client

networkPerformance
Type: OIV.RemoteViz.RenderingNetworkPerformance

: network performance for the client. Network calibration can be enabled or disabled from this parameter. (see NetworkPerformance.enableCalibration and NetworkPerformance.setMaxCalibrationDuration)

Remarks

Default behavior : do nothing

See Also