C# Class WebApplications.Utilities.Threading.AsyncReaderWriterLock

Afficher le fichier Open project: webappsuk/CoreLibraries Class Usage Examples

Méthodes publiques

Méthode Description
AsyncReaderWriterLock ( ) : System

Initializes a new instance of the AsyncReaderWriterLock class.

Private Methods

Méthode Description
ReaderLockAsync ( CancellationToken token ) : Task
ReaderRelease ( ) : void
WriterLockAsync ( CancellationToken token ) : Task
WriterRelease ( ) : void

Method Details

AsyncReaderWriterLock() public méthode

Initializes a new instance of the AsyncReaderWriterLock class.
public AsyncReaderWriterLock ( ) : System
Résultat System