C# 클래스 WebApplications.Utilities.Threading.AsyncReaderWriterLock

파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

공개 메소드들

메소드 설명
AsyncReaderWriterLock ( ) : System

Initializes a new instance of the AsyncReaderWriterLock class.

비공개 메소드들

메소드 설명
ReaderLockAsync ( CancellationToken token ) : Task
ReaderRelease ( ) : void
WriterLockAsync ( CancellationToken token ) : Task
WriterRelease ( ) : void

메소드 상세

AsyncReaderWriterLock() 공개 메소드

Initializes a new instance of the AsyncReaderWriterLock class.
public AsyncReaderWriterLock ( ) : System
리턴 System