C# Class HealthMonitoring.Monitors.Nsb5.Rabbitmq.ResponseWaiter

Inheritance: IDisposable
Afficher le fichier Open project: wongatech/HealthMonitoring Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetResponseAsync ( CancellationToken token ) : Task
ResponseWaiter ( System.Guid requestId, System.TimeSpan timeout ) : System

Private Methods

Méthode Description
OnResponse ( GetStatusResponse response ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetResponseAsync() public méthode

public GetResponseAsync ( CancellationToken token ) : Task
token System.Threading.CancellationToken
Résultat Task

ResponseWaiter() public méthode

public ResponseWaiter ( System.Guid requestId, System.TimeSpan timeout ) : System
requestId System.Guid
timeout System.TimeSpan
Résultat System