ConnectionStateSnapshot.AvgLatencyInMs Property
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.
Gets or sets average latency in ms.
[Newtonsoft.Json.JsonProperty(PropertyName="avgLatencyInMs")]
public int? AvgLatencyInMs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="avgLatencyInMs")>]
member this.AvgLatencyInMs : Nullable<int> with get, set
Public Property AvgLatencyInMs As Nullable(Of Integer)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute