ConnectionStateSnapshot.MaxLatencyInMs Property

Definition

Gets or sets maximum latency in ms.

[Newtonsoft.Json.JsonProperty(PropertyName="maxLatencyInMs")]
public int? MaxLatencyInMs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxLatencyInMs")>]
member this.MaxLatencyInMs : Nullable<int> with get, set
Public Property MaxLatencyInMs As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to