Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Microsoft internal only. Initializes a new instance of the AsyncReaderWriterResourceLock.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Sub New ( _
captureDiagnostics As Boolean _
)
public AsyncReaderWriterResourceLock(
bool captureDiagnostics
)
public:
AsyncReaderWriterResourceLock(
bool captureDiagnostics
)
new :
captureDiagnostics:bool -> AsyncReaderWriterResourceLock
public function AsyncReaderWriterResourceLock(
captureDiagnostics : boolean
)
Parameters
captureDiagnostics
Type: System.Booleantrue to capture diagnostics, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AsyncReaderWriterResourceLock<TMoniker, TResource> Class