Click or drag to resize
Akka.NETFSMBaseStateTS, 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
)

Parameters

nextStateData
Type: TD
TBD

Return Value

Type: FSMBaseStateTS, TD
TBD
See Also