C# Class WebApplications.Utilities.Threading.AsyncReaderWriterLock

ファイルを表示 Open project: webappsuk/CoreLibraries Class Usage Examples

Public Methods

Method Description
AsyncReaderWriterLock ( ) : System

Initializes a new instance of the AsyncReaderWriterLock class.

Private Methods

Method Description
ReaderLockAsync ( CancellationToken token ) : Task
ReaderRelease ( ) : void
WriterLockAsync ( CancellationToken token ) : Task
WriterRelease ( ) : void

Method Details

AsyncReaderWriterLock() public method

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