Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Actor
FSM(TState, TData) Class
FSM(TState, TData) Properties
Listeners Property
NextStateData Property
StateData Property
StateName Property
FSM
TState
,
TData
StateName Property
Current state name
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
C#
F#
Copy
public
TState
StateName
{
get
; }
member
StateName
: 'TState
with
get
Property Value
Type:
TState
Exceptions
Exception
Condition
IllegalStateException
This exception is thrown if this property is accessed before
StartWith(TState, TData, Nullable
TimeSpan
)
was called.
See Also
Reference
FSM
TState, TData
Class
Akka.Actor Namespace
Akka.NET Home
|
Learn Akka.NET