Click or drag to resize
Akka.NETTestFSMRefTActor, TState, TDataStateData Property
Get current state data of this FSM.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TData StateData { get; }

Property Value

Type: TData
See Also