 | FSMBase.State<TS, TD>.Using Method |
Modify state transition descriptor with new state data. The data will be set
when transitioning to the new state.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntaxpublic FSMBase. State<TS, TD> Using(
TD nextStateData
)
member Using :
nextStateData : 'TD -> FSMBase. State<'TS, 'TD>
Parameters
- nextStateData
- Type: TD
TBD
Return Value
Type:
FSMBase.State<TS,
TD>TBD
See Also