| ITellSchedulerScheduleTellRepeatedly Method |
| Name | Description | |
|---|---|---|
| ScheduleTellRepeatedly(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. | |
| ScheduleTellRepeatedly(TimeSpan, TimeSpan, ICanTell, Object, IActorRef, ICancelable) | Schedules to send a message repeatedly. The first message will be sent after the specified initial delay and there after at the rate specified. |