Class FSMBase.LogEntry<TS, TD>
Log entry of the ILoggingFSM - can be obtained by calling
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public sealed class LogEntry<TS, TD>
Type Parameters
Name | Description |
---|---|
TS | The name of the state |
TD | The data of the state |
Constructors
| Improve this Doc View SourceLogEntry(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
| Improve this Doc View SourceFsmEvent
TBD
Declaration
public object FsmEvent { get; }
Property Value
Type | Description |
---|---|
Object |
StateData
TBD
Declaration
public TD StateData { get; }
Property Value
Type | Description |
---|---|
TD |
StateName
TBD
Declaration
public TS StateName { get; }
Property Value
Type | Description |
---|---|
TS |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |