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

Used to release multiple semaphores that have been waited on by WaitAllAsync.
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 프로퍼티들

프로퍼티 타입 설명
Default IDisposable

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AllReleaser ( int count ) : System

Initializes a new instance of the AllReleaser struct.

Dispose ( ) : void

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

메소드 상세

AllReleaser() 공개 메소드

Initializes a new instance of the AllReleaser struct.
public AllReleaser ( int count ) : System
count int The total possible number of semaphores.
리턴 System

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

A default instance of the releaser that does nothing.
public static IDisposable Default
리턴 IDisposable