Search Results for

    Show / Hide Table of Contents

    Class CancelableExtensions

    Provides extensions methods for ICancelable.

    Inheritance
    object
    CancelableExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public static class CancelableExtensions

    Methods

    | Edit this page View Source

    CancelIfNotNull(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 null

    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET