共用方式為


ConnectionStateSnapshot.AvgLatencyInMs Property

Definition

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

Applies to