C# Класс Brod.Brokers.Flusher

Наследование: ITask
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
Flusher ( BrokerConfiguration configuration, Store storage ) : System.Threading
Init ( ) : void
Run ( CancellationToken token ) : void
Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Описание методов

Dispose() публичный метод

public Dispose ( ) : void
Результат void

Flusher() публичный метод

public Flusher ( BrokerConfiguration configuration, Store storage ) : System.Threading
configuration BrokerConfiguration
storage Brod.Storage.Store
Результат System.Threading

Init() публичный метод

public Init ( ) : void
Результат void

Run() публичный метод

public Run ( CancellationToken token ) : void
token System.Threading.CancellationToken
Результат void

Timer_Elapsed() публичный метод

public Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
Результат void