AccidentalFish.ApplicationSupport.Core.Policies.Implementation.TimerFactory.TimerFactory C# (CSharp) Method

TimerFactory() public method

public TimerFactory ( ITimerThreadPoolExecuter timerThreadPoolExecuter, IAsynchronousDelay taskDelay ) : System
timerThreadPoolExecuter ITimerThreadPoolExecuter
taskDelay IAsynchronousDelay
return System
        public TimerFactory(ITimerThreadPoolExecuter timerThreadPoolExecuter, IAsynchronousDelay taskDelay)
        {
            _timerThreadPoolExecuter = timerThreadPoolExecuter;
            _taskDelay = taskDelay;
        }