PerformanceAssessment.NetworkLatency Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.