Search Results for

    Show / Hide Table of Contents

    Class FSMBase.Failure

    Signifies that the FSM<TState, TData> is shutting itself down because of an error, e.g. if the state to transition into does not exist. You can use this to communicate a more precise cause to the OnTermination(Action<StopEvent<TState, TData>>) block.

    Inheritance
    object
    FSMBase.Reason
    FSMBase.Failure
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public sealed class FSMBase.Failure : FSMBase.Reason

    Constructors

    | Edit this page View Source

    Failure(object)

    Initializes a new instance of the Failure

    Declaration
    public Failure(object cause)
    Parameters
    Type Name Description
    object cause

    TBD

    Properties

    | Edit this page View Source

    Cause

    TBD

    Declaration
    public object Cause { get; }
    Property Value
    Type Description
    object

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    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