State<(Of <(<'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)

Syntax


public FSMBase..::..State<TS, TD> Using(
	TD nextStateData
)
Public Function Using ( _
	nextStateData As TD _
) As FSMBase..::..State(Of TS, TD)
public:
FSMBase..::..State<TS, TD>^ Using(
	TD nextStateData
)

Parameters

nextStateData
Type: TD