C# Class Stardust.Node.Timers.TrySendNodeStartUpNotificationToManagerTimer

Inheritance: System.Timers.Timer
显示文件 Open project: Teleopti/Stardust Class Usage Examples

Public Methods

Method Description
TrySendNodeStartUpNotificationToManagerTimer ( NodeConfiguration nodeConfiguration, IHttpSender httpSender, double interval = 5000, bool autoReset = true ) : System
TrySendNodeStartUpToManager ( Uri nodeAddress, Uri callbackToManagerUri, CancellationToken cancellationToken ) : Task

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
OnTimedEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void
TrySendNodeStartUpNotificationSuccededInvoke ( ) : void

Method Details

Dispose() protected method

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

TrySendNodeStartUpNotificationToManagerTimer() public method

public TrySendNodeStartUpNotificationToManagerTimer ( NodeConfiguration nodeConfiguration, IHttpSender httpSender, double interval = 5000, bool autoReset = true ) : System
nodeConfiguration NodeConfiguration
httpSender IHttpSender
interval double
autoReset bool
return System

TrySendNodeStartUpToManager() public method

public TrySendNodeStartUpToManager ( Uri nodeAddress, Uri callbackToManagerUri, CancellationToken cancellationToken ) : Task
nodeAddress System.Uri
callbackToManagerUri System.Uri
cancellationToken System.Threading.CancellationToken
return Task