ServiceListenerOnInitializedClient Method |
Triggered when a client is initialized.
Namespace: OIV.RemoteViz.Rendering
public virtual void OnInitializedClient( Client client, NetworkPerformance networkPerformance )
: client that is being connected to the service.
: network performance for the client. Network performance measures can be retrieved. (see NetworkPerformance.getBandwidth and NetworkPerformance.getLatency)
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).