AsyncReaderWriterResourceLock<TMoniker,TResource> 생성자

정의

오버로드

AsyncReaderWriterResourceLock<TMoniker,TResource>()

AsyncReaderWriterResourceLock<TMoniker,TResource> 클래스의 새 인스턴스를 초기화합니다.

AsyncReaderWriterResourceLock<TMoniker,TResource>(Boolean)

AsyncReaderWriterResourceLock<TMoniker,TResource> 클래스의 새 인스턴스를 초기화합니다.

AsyncReaderWriterResourceLock<TMoniker,TResource>(JoinableTaskContext, Boolean)

AsyncReaderWriterResourceLock<TMoniker,TResource> 클래스의 새 인스턴스를 초기화합니다.

AsyncReaderWriterResourceLock<TMoniker,TResource>()

AsyncReaderWriterResourceLock<TMoniker,TResource> 클래스의 새 인스턴스를 초기화합니다.

protected:
 AsyncReaderWriterResourceLock();
protected:
 AsyncReaderWriterResourceLock();
 AsyncReaderWriterResourceLock();
protected AsyncReaderWriterResourceLock ();
Protected Sub New ()

적용 대상

AsyncReaderWriterResourceLock<TMoniker,TResource>(Boolean)

AsyncReaderWriterResourceLock<TMoniker,TResource> 클래스의 새 인스턴스를 초기화합니다.

protected:
 AsyncReaderWriterResourceLock(bool captureDiagnostics);
protected:
 AsyncReaderWriterResourceLock(bool captureDiagnostics);
 AsyncReaderWriterResourceLock(bool captureDiagnostics);
protected AsyncReaderWriterResourceLock (bool captureDiagnostics);
new Microsoft.VisualStudio.Threading.AsyncReaderWriterResourceLock<'Moniker, 'Resource (requires 'Resource : null)> : bool -> Microsoft.VisualStudio.Threading.AsyncReaderWriterResourceLock<'Moniker, 'Resource (requires 'Resource : null)>
Protected Sub New (captureDiagnostics As Boolean)

매개 변수

captureDiagnostics
Boolean

true 교착 상태 또는 기타 문제를 분석하는 데 사용할 수 있는 진단 세부 정보를 캡처하는 추가 리소스를 사용합니다.

적용 대상

AsyncReaderWriterResourceLock<TMoniker,TResource>(JoinableTaskContext, Boolean)

AsyncReaderWriterResourceLock<TMoniker,TResource> 클래스의 새 인스턴스를 초기화합니다.

protected:
 AsyncReaderWriterResourceLock(Microsoft::VisualStudio::Threading::JoinableTaskContext ^ joinableTaskContext, bool captureDiagnostics);
protected AsyncReaderWriterResourceLock (Microsoft.VisualStudio.Threading.JoinableTaskContext? joinableTaskContext, bool captureDiagnostics);
new Microsoft.VisualStudio.Threading.AsyncReaderWriterResourceLock<'Moniker, 'Resource (requires 'Resource : null)> : Microsoft.VisualStudio.Threading.JoinableTaskContext * bool -> Microsoft.VisualStudio.Threading.AsyncReaderWriterResourceLock<'Moniker, 'Resource (requires 'Resource : null)>
Protected Sub New (joinableTaskContext As JoinableTaskContext, captureDiagnostics As Boolean)

매개 변수

joinableTaskContext
JoinableTaskContext

그 중 하나를 차단하는 보류 중인 쓰기 잠금이 있을 때 상위 읽기 잠금 작업 간의 상호 종속성으로 인한 데드 잠금을 resolve 데 도움이 되는 JoinableTaskContext입니다.

captureDiagnostics
Boolean

true 교착 상태 또는 기타 문제를 분석하는 데 사용할 수 있는 진단 세부 정보를 캡처하는 추가 리소스를 사용합니다.

적용 대상