Search Results for

    Show / Hide Table of Contents

    Class ExecutorService

    Used by the Dispatcher to execute asynchronous invocations

    Inheritance
    object
    ExecutorService
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Dispatch
    Assembly: Akka.dll
    Syntax
    public abstract class ExecutorService

    Constructors

    | Edit this page View Source

    ExecutorService(string)

    TBD

    Declaration
    protected ExecutorService(string id)
    Parameters
    Type Name Description
    string id

    TBD

    Properties

    | Edit this page View Source

    Id

    The Id of the MessageDispatcher this executor is bound to

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    Execute(IRunnable)

    Queues or executes (depending on the implementation) the IRunnable

    Declaration
    public abstract void Execute(IRunnable run)
    Parameters
    Type Name Description
    IRunnable run

    The asynchronous task to be executed

    Exceptions
    Type Condition
    RejectedExecutionException

    Thrown when the service can't accept additional tasks.

    | Edit this page View Source

    Shutdown()

    Terminates this ExecutorService instance.

    Declaration
    public abstract void Shutdown()

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    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