Click or drag to resize
InternalSupportsTestFSMRefTState, TDataApplyState Method
INTERNAL API. Used for testing.
Remarks
Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

Namespace: Akka.Actor.Internal
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
void ApplyState(
	FSMBaseState<TState, TData> upcomingState
)

Parameters

upcomingState
Type: Akka.ActorFSMBaseStateTState, TData

[Missing <param name="upcomingState"/> documentation for "M:Akka.Actor.Internal.InternalSupportsTestFSMRef`2.ApplyState(Akka.Actor.FSMBase.State{`0,`1})"]

See Also