ITellScheduler Interface |
Namespace: Akka.Actor
The ITellScheduler type exposes the following members.
Name | Description | |
---|---|---|
ScheduleTellOnce(TimeSpan, ICanTell, Object, IActorRef) | Schedules to send a message once after a specified period of time. | |
ScheduleTellOnce(TimeSpan, ICanTell, Object, IActorRef, ICancelable) | Schedules to send a message once after a specified period of time. | |
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. |
Name | Description | |
---|---|---|
ScheduleTellOnce | Schedules to send a message once after a specified period of time. (Defined by SchedulerExtensions.) | |
ScheduleTellRepeatedly | Schedules to send a message repeatedly. The first message will be sent after the specified initial delay and there after at the rate specified. (Defined by SchedulerExtensions.) |