TraceReplayOptions.BlockedProcessesEnabled Property

Definition

Gets or sets a value indicating whether the blocked processes monitor is enabled to search for blocked or blocking processes.

public:
 property bool BlockedProcessesEnabled { bool get(); void set(bool value); };
public bool BlockedProcessesEnabled { get; set; }
member this.BlockedProcessesEnabled : bool with get, set
Public Property BlockedProcessesEnabled As Boolean

Property Value

True if the blocked processes monitor is enabled to search for blocked or blocking processes; otherwise, false (default).

Applies to