Class FSMBase.StopEvent<TS, TD>
Class representing the state of the FSM<TState, TData> within the OnTermination block.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public sealed class StopEvent<TS, TD> : INoSerializationVerificationNeeded
Type Parameters
Name | Description |
---|---|
TS | TBD |
TD | TBD |
Constructors
| Improve this Doc View SourceStopEvent(FSMBase.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
| Improve this Doc View SourceReason
TBD
Declaration
public FSMBase.Reason Reason { get; }
Property Value
Type | Description |
---|---|
FSMBase.Reason |
StateData
TBD
Declaration
public TD StateData { get; }
Property Value
Type | Description |
---|---|
TD |
TerminatedState
TBD
Declaration
public TS TerminatedState { get; }
Property Value
Type | Description |
---|---|
TS |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |