AsyncReaderWriterLock.CaptureDiagnostics Property

Definition

Gets or sets a value indicating whether additional resources should be spent to collect information that would be useful in diagnosing deadlocks, etc.

protected:
 property bool CaptureDiagnostics { bool get(); void set(bool value); };
protected:
 property bool CaptureDiagnostics { bool get(); void set(bool value); };
protected bool CaptureDiagnostics { get; set; }
member this.CaptureDiagnostics : bool with get, set
Protected Property CaptureDiagnostics As Boolean

Property Value

true if additional resources should be spent to collect information that would be useful in diagnosing deadlocks, otherwise false.

Applies to