Click or drag to resize
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: 0.8.0.0 (0.8.0.0)
Syntax
public FSMBaseState<TS, TD> Using(
	TD nextStateData
)

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