Click or drag to resize
Akka.NETSchedulerExtensionsScheduleTellRepeatedlyCancelable Method
Overload List
  NameDescription
Public methodStatic memberScheduleTellRepeatedlyCancelable(IScheduler, Int32, Int32, ICanTell, Object, IActorRef)
Schedules to send a message repeatedly. The first message will be sent after the specified initial delay and there after at the rate specified.
Public methodStatic memberScheduleTellRepeatedlyCancelable(IScheduler, TimeSpan, TimeSpan, ICanTell, Object, IActorRef)
Schedules to send a message repeatedly. The first message will be sent after the specified initial delay and there after at the rate specified.
Top
See Also