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
StateData Property
Current state data
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
C#
F#
Copy
public
TData
StateData
{
get
; }
member
StateData
: 'TData
with
get
Property Value
Type:
TData
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