C# Класс WebApplications.Utilities.Threading.AsyncSemaphore.Releaser

Used to release a single semaphore.
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Releaser ( AsyncSemaphore semaphore ) : System

Initializes a new instance of the Releaser struct.

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

Releaser() публичный Метод

Initializes a new instance of the Releaser struct.
public Releaser ( AsyncSemaphore semaphore ) : System
semaphore AsyncSemaphore The semaphore.
Результат System