Click or drag to resize
Akka.NETCancelable Constructor
Overload List
  NameDescription
Public methodCancelable(IActionScheduler)
Initializes a new instance of the Cancelable class.
Public methodCancelable(IScheduler)
Initializes a new instance of the Cancelable class.
Public methodCancelable(IActionScheduler, TimeSpan)
Initializes a new instance of the Cancelable class that will be cancelled after the specified amount of time.
Public methodCancelable(IScheduler, Int32)
Initializes a new instance of the Cancelable class that will be cancelled after the specified amount of milliseconds.
Public methodCancelable(IScheduler, TimeSpan)
Initializes a new instance of the Cancelable class that will be cancelled after the specified amount of time.
Top
See Also