InternalSupportsTestFSMRefTState, TDataApplyState Method |
INTERNAL API. Used for testing.
RemarksNote! Part of internal API. Breaking changes may occur without notice. Use at own risk.
Namespace: Akka.Actor.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxvoid ApplyState(
FSMBaseState<TState, TData> upcomingState
)
Sub ApplyState (
upcomingState As FSMBaseState(Of TState, TData)
)
void ApplyState(
FSMBaseState<TState, TData>^ upcomingState
)
abstract ApplyState :
upcomingState : FSMBaseState<'TState, 'TData> -> unit
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