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 FSMBase.StopEvent<TS, TD> : INoSerializationVerificationNeeded
Type Parameters
| Name | Description |
|---|---|
| TS | TBD |
| TD | TBD |
Constructors
| Edit this page View SourceStopEvent(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 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
| Edit this page View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Edit this page