C# Class Stardust.Node.Timers.PingToManagerTimer

Inheritance: System.Timers.Timer
Show file Open project: Teleopti/Stardust

Public Methods

Method Description
PingToManagerTimer ( NodeConfiguration nodeConfiguration, IHttpSender httpSender ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

PingToManagerTimer() public method

public PingToManagerTimer ( NodeConfiguration nodeConfiguration, IHttpSender httpSender ) : System
nodeConfiguration NodeConfiguration
httpSender IHttpSender
return System