Search Results for

    Show / Hide Table of Contents

    Class FSMBase.StopEvent<TS, TD>

    Class representing the state of the FSM<TState, TData> within the OnTermination block.

    Inheritance
    object
    FSMBase.StopEvent<TS, TD>
    Implements
    INoSerializationVerificationNeeded
    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.StopEvent<TS, TD> : INoSerializationVerificationNeeded
    Type Parameters
    Name Description
    TS

    TBD

    TD

    TBD

    Constructors

    | Edit this page View Source

    StopEvent(Reason, TS, TD)

    Initializes a new instance of the StopEvent

    Declaration
    public StopEvent(FSMBase.Reason reason, TS terminatedState, TD stateData)
    Parameters
    Type Name Description
    FSMBase.Reason reason

    TBD

    TS terminatedState

    TBD

    TD stateData

    TBD

    Properties

    | Edit this page View Source

    Reason

    TBD

    Declaration
    public FSMBase.Reason Reason { get; }
    Property Value
    Type Description
    FSMBase.Reason
    | Edit this page View Source

    StateData

    TBD

    Declaration
    public TD StateData { get; }
    Property Value
    Type Description
    TD
    | Edit this page View Source

    TerminatedState

    TBD

    Declaration
    public TS TerminatedState { get; }
    Property Value
    Type Description
    TS

    Methods

    | Edit this page View Source

    ToString()

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

    Implements

    INoSerializationVerificationNeeded

    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