TraceReplayOptions.BlockedProcessesWaitInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).