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

InternalScheduleRepeatedly() protected abstract method

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