C# 클래스 WebApplications.Utilities.Threading.AsyncSemaphore.Releaser

Used to release a single semaphore.
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 메소드들

메소드 설명
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