C# Класс AccidentalFish.ApplicationSupport.Core.Policies.Implementation.TimerFactory

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

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

Метод Описание
CreateAsynchronousIntervalTimer ( System.TimeSpan interval, bool delayOnExecute = false ) : IAsynchronousIntervalTimer
CreateAsynchronousRegularTimer ( System.TimeSpan interval, bool delayOnExecute = false ) : IAsynchronousRegularTimer
TimerFactory ( ITimerThreadPoolExecuter timerThreadPoolExecuter, IAsynchronousDelay taskDelay ) : System

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

CreateAsynchronousIntervalTimer() публичный Метод

public CreateAsynchronousIntervalTimer ( System.TimeSpan interval, bool delayOnExecute = false ) : IAsynchronousIntervalTimer
interval System.TimeSpan
delayOnExecute bool
Результат IAsynchronousIntervalTimer

CreateAsynchronousRegularTimer() публичный Метод

public CreateAsynchronousRegularTimer ( System.TimeSpan interval, bool delayOnExecute = false ) : IAsynchronousRegularTimer
interval System.TimeSpan
delayOnExecute bool
Результат IAsynchronousRegularTimer

TimerFactory() публичный Метод

public TimerFactory ( ITimerThreadPoolExecuter timerThreadPoolExecuter, IAsynchronousDelay taskDelay ) : System
timerThreadPoolExecuter ITimerThreadPoolExecuter
taskDelay IAsynchronousDelay
Результат System