NetworkPerformanceLatency Property |
Gets the estimated network latency (round-trip time) between the service and the client.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic uint Latency { get; }
Public ReadOnly Property Latency As UInteger
Get
public:
property unsigned int Latency {
unsigned int get ();
}
member Latency : uint32 with get
Return Value
Type:
UInt32the network latency in milliseconds
RemarksThis value influences the quality of interactions. The lower the value, the better the user interactions. This value is estimated during the network calibration step.
See Also