TraceReplayOptions.BlockedProcessesWaitInterval Property

Definition

Gets or sets the threshold, in seconds, at which blocked process reports are generated.

public:
 property int BlockedProcessesWaitInterval { int get(); void set(int value); };
public int BlockedProcessesWaitInterval { get; set; }
member this.BlockedProcessesWaitInterval : int with get, set
Public Property BlockedProcessesWaitInterval As Integer

Property Value

The threshold, in seconds, at which blocked process reports are generated.

Remarks

The range of valid values is from 1 to 86400 (24 hours). The default value of this property is 3600 (1 hour).

Applies to