共用方式為


WaitStatistic.TotalTimeInMs Property

Definition

Gets or sets total time of wait in milliseconds in this time interval.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.totalTimeInMs")]
public double? TotalTimeInMs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.totalTimeInMs")>]
member this.TotalTimeInMs : Nullable<double> with get, set
Public Property TotalTimeInMs As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to