| Cancelable Constructor |
| Name | Description | |
|---|---|---|
| Cancelable(IActionScheduler) |
Initializes a new instance of the Cancelable class.
| |
| Cancelable(IScheduler) |
Initializes a new instance of the Cancelable class.
| |
| Cancelable(IActionScheduler, TimeSpan) |
Initializes a new instance of the Cancelable class that will be cancelled after the specified amount of time.
| |
| Cancelable(IScheduler, Int32) |
Initializes a new instance of the Cancelable class that will be cancelled after the specified amount of milliseconds.
| |
| Cancelable(IScheduler, TimeSpan) |
Initializes a new instance of the Cancelable class that will be cancelled after the specified amount of time.
|