AsyncReaderWriterLock.CaptureDiagnostics 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 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
.