Search Results for

    Show / Hide Table of Contents

    Class FSMBase.LogEntry<TS, TD>

    Log entry of the ILoggingFSM - can be obtained by calling

    Inheritance
    object
    FSMBase.LogEntry<TS, TD>
    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.LogEntry<TS, TD>
    Type Parameters
    Name Description
    TS

    The name of the state

    TD

    The data of the state

    Constructors

    | Edit this page View Source

    LogEntry(TS, TD, object)

    Initializes a new instance of the LogEntry

    Declaration
    public LogEntry(TS stateName, TD stateData, object fsmEvent)
    Parameters
    Type Name Description
    TS stateName

    TBD

    TD stateData

    TBD

    object fsmEvent

    TBD

    Properties

    | Edit this page View Source

    FsmEvent

    TBD

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

    StateData

    TBD

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

    StateName

    TBD

    Declaration
    public TS StateName { 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()

    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