FSM<(Of <(<'TS, TD>)>)>..::..Stay Method

Produce "empty" transition descriptor. Return this from a state function when no state change is to be effected.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


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

Return Value

Descriptor for staying in the current state.