![]() | ICancelable Methods |
The ICancelable type exposes the following members.
Name | Description | |
---|---|---|
![]() | Cancel |
Communicates a request for cancellation.
|
![]() | Cancel(Boolean) |
Communicates a request for cancellation, and specifies whether remaining callbacks and cancelable operations should be processed.
|
![]() | CancelAfter(Int32) |
Schedules a cancel operation on this cancelable after the specified number of milliseconds.
|
![]() | CancelAfter(TimeSpan) |
Schedules a cancel operation on this cancelable after the specified delay.
|
Name | Description | |
---|---|---|
![]() | CancelIfNotNull |
If cancelable is not null it's canceled.
(Defined by CancelableExtensions.) |