FSMBaseStateTS, TDUsing Method |
Modify state transition descriptor with new state data. The data will be set
when transitioning to the new state.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic FSMBaseState<TS, TD> Using(
TD nextStateData
)
Public Function Using (
nextStateData As TD
) As FSMBaseState(Of TS, TD)
public:
FSMBaseState<TS, TD>^ Using(
TD nextStateData
)
member Using :
nextStateData : 'TD -> FSMBaseState<'TS, 'TD>
Parameters
- nextStateData
- Type: TD
[Missing <param name="nextStateData"/> documentation for "M:Akka.Actor.FSMBase.State`2.Using(`1)"]
Return Value
Type:
FSMBaseStateTS,
TD[Missing <returns> documentation for "M:Akka.Actor.FSMBase.State`2.Using(`1)"]
See Also