Share via


AsyncReaderWriterLock Constructors

Definition

Overloads

AsyncReaderWriterLock()

Initializes a new instance of the AsyncReaderWriterLock class.

AsyncReaderWriterLock(Boolean)

Initializes a new instance of the AsyncReaderWriterLock class.

AsyncReaderWriterLock()

Initializes a new instance of the AsyncReaderWriterLock class.

public:
 AsyncReaderWriterLock();
public:
 AsyncReaderWriterLock();
 AsyncReaderWriterLock();
public AsyncReaderWriterLock();
Public Sub New ()

Applies to

AsyncReaderWriterLock(Boolean)

Initializes a new instance of the AsyncReaderWriterLock class.

public:
 AsyncReaderWriterLock(bool captureDiagnostics);
public:
 AsyncReaderWriterLock(bool captureDiagnostics);
 AsyncReaderWriterLock(bool captureDiagnostics);
public AsyncReaderWriterLock(bool captureDiagnostics);
new Microsoft.VisualStudio.Threading.AsyncReaderWriterLock : bool -> Microsoft.VisualStudio.Threading.AsyncReaderWriterLock
Public Sub New (captureDiagnostics As Boolean)

Parameters

captureDiagnostics
Boolean

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

Applies to