C# 클래스 HealthMonitoring.Monitors.Nsb5.Rabbitmq.ResponseWaiter

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

공개 메소드들

메소드 설명
Dispose ( ) : void
GetResponseAsync ( CancellationToken token ) : Task
ResponseWaiter ( System.Guid requestId, System.TimeSpan timeout ) : System

비공개 메소드들

메소드 설명
OnResponse ( GetStatusResponse response ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetResponseAsync() 공개 메소드

public GetResponseAsync ( CancellationToken token ) : Task
token System.Threading.CancellationToken
리턴 Task

ResponseWaiter() 공개 메소드

public ResponseWaiter ( System.Guid requestId, System.TimeSpan timeout ) : System
requestId System.Guid
timeout System.TimeSpan
리턴 System