Akka.Actor.SchedulerBase.InternalScheduleOnce C# (CSharp) Method

InternalScheduleOnce() protected abstract method

protected abstract InternalScheduleOnce ( System.TimeSpan delay, System.Action action, ICancelable cancelable ) : void
delay System.TimeSpan
action System.Action
cancelable ICancelable
return void
        protected abstract void InternalScheduleOnce(TimeSpan delay, Action action, ICancelable cancelable);
        protected abstract void InternalScheduleRepeatedly(TimeSpan initialDelay, TimeSpan interval, Action action, ICancelable cancelable);