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)

protected:
property bool CaptureDiagnostics {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

Return to top
Show: