Click or drag to resize
ServiceListenerOnInitializedClient Method

Triggered when a client is initialized.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public virtual void OnInitializedClient(
	Client client,
	NetworkPerformance networkPerformance
)

Parameters

client
Type: OIV.RemoteViz.RenderingClient

: client that is being connected to the service.

networkPerformance
Type: OIV.RemoteViz.RenderingNetworkPerformance

: network performance for the client. Network performance measures can be retrieved. (see NetworkPerformance.getBandwidth and NetworkPerformance.getLatency)

Remarks

Default behavior : If the network performance calibration is enabled, the client bandwidth value (ClientSettings.setBandwidth) is set to the estimated network bandwidth value (NetworkPerformance.getBandwidth).

See Also