C# Class Stardust.Node.Timers.TrySendNodeStartUpNotificationToManagerTimer

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

Méthodes publiques

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

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
TrySendNodeStartUpNotificationSuccededInvoke ( ) : void

Method Details

Dispose() protected méthode

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

TrySendNodeStartUpNotificationToManagerTimer() public méthode

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

TrySendNodeStartUpToManager() public méthode

public TrySendNodeStartUpToManager ( Uri nodeAddress, Uri callbackToManagerUri, CancellationToken cancellationToken ) : Task
nodeAddress System.Uri
callbackToManagerUri System.Uri
cancellationToken System.Threading.CancellationToken
Résultat Task