C# Class Brod.Brokers.Flusher

Inheritance: ITask
Afficher le fichier Open project: paralect/brod

Méthodes publiques

Méthode Description
Dispose ( ) : void
Flusher ( BrokerConfiguration configuration, Store storage ) : System.Threading
Init ( ) : void
Run ( CancellationToken token ) : void
Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flusher() public méthode

public Flusher ( BrokerConfiguration configuration, Store storage ) : System.Threading
configuration BrokerConfiguration
storage Brod.Storage.Store
Résultat System.Threading

Init() public méthode

public Init ( ) : void
Résultat void

Run() public méthode

public Run ( CancellationToken token ) : void
token System.Threading.CancellationToken
Résultat void

Timer_Elapsed() public méthode

public Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
Résultat void