AsyncReaderWriterLock Constructor (Boolean)

 

Microsoft internal only. Initializes a new instance of syncReaderWriterLock, specifying whether to spend additional resources on diagnostic details.

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

public:
AsyncReaderWriterLock(
	bool captureDiagnostics
)

Parameters

captureDiagnostics
Type: System::Boolean

true to spend additional resources capturing diagnostic details that can be used to analyze deadlocks or other issues.

Return to top
Show: