Click or drag to resize
Akka.NETSchedulerExtensionsScheduleTellOnceCancelable Method
Overload List
  NameDescription
Public methodStatic memberScheduleTellOnceCancelable(IScheduler, Int32, ICanTell, Object, IActorRef)
Schedules to send a message once after a specified period of time.
Public methodStatic memberScheduleTellOnceCancelable(IScheduler, TimeSpan, ICanTell, Object, IActorRef)
Schedules to send a message once after a specified period of time.
Top
See Also