WaitStatistics Class

Definition

Wait statistics gathered during query batch execution

public class WaitStatistics
type WaitStatistics = class
Public Class WaitStatistics
Inheritance
WaitStatistics

Constructors

WaitStatistics()

Initializes a new instance of the WaitStatistics class.

WaitStatistics(String, Nullable<Double>, Nullable<Int64>)

Initializes a new instance of the WaitStatistics class.

Properties

WaitCount

Gets or sets total no. of waits

WaitTimeMS

Gets or sets total wait time in millisecond(s)

WaitType

Gets or sets type of the Wait

Applies to