C# 클래스 HealthMonitoring.TestUtils.Awaitable.AsyncCountdown

파일 보기 프로젝트 열기: wongatech/HealthMonitoring 1 사용 예제들

공개 메소드들

메소드 설명
AsyncCountdown ( string name, int number ) : System
Decrement ( ) : void
ResetTo ( int number ) : AsyncCountdown
WaitAsync ( System.TimeSpan timeout ) : Task

메소드 상세

AsyncCountdown() 공개 메소드

public AsyncCountdown ( string name, int number ) : System
name string
number int
리턴 System

Decrement() 공개 메소드

public Decrement ( ) : void
리턴 void

ResetTo() 공개 메소드

public ResetTo ( int number ) : AsyncCountdown
number int
리턴 AsyncCountdown

WaitAsync() 공개 메소드

public WaitAsync ( System.TimeSpan timeout ) : Task
timeout System.TimeSpan
리턴 Task