Class CancelableExtensions
Provides extensions methods for ICancelable.
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public static class CancelableExtensions
Methods
| Improve this Doc View SourceCancelIfNotNull(ICancelable)
If cancelable
is not null
it's canceled.
Declaration
public static void CancelIfNotNull(this ICancelable cancelable)
Parameters
Type | Name | Description |
---|---|---|
ICancelable | cancelable | The cancelable. Will be canceled if it's not |