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;
        }