Click or drag to resize
MetricsListenerOnMeasuredNetworkLatency Method

Triggered when a new measure of network latency is available.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual void OnMeasuredNetworkLatency(
	uint time,
	Client client
)

Parameters

time
Type: SystemUInt32

: network latency in milliseconds

client
Type: OIV.RemoteViz.RenderingClient

: The network latency is related to this client.

Remarks
See Also