C# Class Stardust.Node.Timers.PingToManagerTimer

Inheritance: System.Timers.Timer
Afficher le fichier Open project: Teleopti/Stardust

Méthodes publiques

Méthode Description
PingToManagerTimer ( NodeConfiguration nodeConfiguration, IHttpSender httpSender ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
OnTimedEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void
SendPing ( Uri nodeAddress, Uri callbackToManagerUri, CancellationToken cancellationToken ) : Task

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

PingToManagerTimer() public méthode

public PingToManagerTimer ( NodeConfiguration nodeConfiguration, IHttpSender httpSender ) : System
nodeConfiguration NodeConfiguration
httpSender IHttpSender
Résultat System