PerformanceAssessment.NetworkLatency Field

Definition

Approximate average round-trip network latency in milliseconds.

public: Microsoft::Azure::RemoteRendering::PerformanceInformation NetworkLatency;
public Microsoft.Azure.RemoteRendering.PerformanceInformation NetworkLatency;
val mutable NetworkLatency : Microsoft.Azure.RemoteRendering.PerformanceInformation
Public NetworkLatency As PerformanceInformation 

Field Value

Remarks

The value is computed by subtracting actual server rendering time from LatencyPoseToReceive. While this approximation is not accurate, it gives some indication of the network latency isolated from the latency values computed on the client.

Applies to

See also