AccidentalFish.ApplicationSupport.Core.Policies.Implementation.TimerFactory.TimerFactory C# (CSharp) Метод

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

public TimerFactory ( ITimerThreadPoolExecuter timerThreadPoolExecuter, IAsynchronousDelay taskDelay ) : System
timerThreadPoolExecuter ITimerThreadPoolExecuter
taskDelay IAsynchronousDelay
Результат System
        public TimerFactory(ITimerThreadPoolExecuter timerThreadPoolExecuter, IAsynchronousDelay taskDelay)
        {
            _timerThreadPoolExecuter = timerThreadPoolExecuter;
            _taskDelay = taskDelay;
        }