ObservingScheduler Type
Scheduler wrapper that exposes enqueue/cancel events with optional names
Constructors
Constructor | Description |
Full Usage:
ObservingScheduler(config, log)
Parameters:
Config
log : ILoggingAdapter
Returns: ObservingScheduler
|
|
Instance members
Instance member | Description |
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.ScheduleOnce
Parameters:
TimeSpan
action : unit -> unit
Returns: ICancelable
|
|
Full Usage:
this.ScheduleOnce
Parameters:
string option
delay : TimeSpan
action : unit -> unit
Returns: ICancelable
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.ScheduleTellRepeatedly
Parameters:
string option
initialDelay : TimeSpan
interval : TimeSpan
receiver : ICanTell
message : obj
sender : IActorRef
Returns: ICancelable
|
|