| FSMBaseStateTS, TDUsing 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.42 (1.2.3.42)
Syntax public FSMBaseState<TS, TD> Using(
TD nextStateData
)
member Using :
nextStateData : 'TD -> FSMBaseState<'TS, 'TD>
Parameters
- nextStateData
- Type: TD
TBD
Return Value
Type:
FSMBaseStateTS,
TDTBD
See Also