|  | ICancelable Methods | 
The ICancelable type exposes the following members.
 Methods
Methods| 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.
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | CancelIfNotNull | 
            If cancelable is not null it's canceled.
            (Defined by CancelableExtensions.) | 
 See Also
See Also