| TestFSMRefTActor, TState, TDataSetStateData Method |
Change FSM state data; but do not transition to a new state name.
This method is directly equivalent to a transition initiated from within the FSM.
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void SetStateData(
TData stateData,
Nullable<TimeSpan> timeout = null
)
member SetStateData :
stateData : 'TData *
?timeout : Nullable<TimeSpan>
(* Defaults:
let _timeout = defaultArg timeout null
*)
-> unit
Parameters
- stateData
- Type: TData
TBD - timeout (Optional)
- Type: SystemNullableTimeSpan
TBD
See Also