Bagikan melalui


AsyncReaderWriterLock.CaptureDiagnostics Property

Microsoft internal only. Determines whether additional resources should be spent to collect information that would be useful in diagnosing deadlocks.

Namespace:  Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

Syntax

'Declaration
Protected Property CaptureDiagnostics As Boolean
protected bool CaptureDiagnostics { get; set; }
protected:
property bool CaptureDiagnostics {
    bool get ();
    void set (bool value);
}
member CaptureDiagnostics : bool with get, set
function get CaptureDiagnostics () : boolean 
function set CaptureDiagnostics (value : boolean)

Property Value

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

.NET Framework Security

See Also

Reference

AsyncReaderWriterLock Class

Microsoft.VisualStudio.Threading Namespace