|  | IInternalSupportsTestFSMRefTState, TDataApplyState Method | 
 
            INTERNAL API. Used for testing.
            
 Remarks
RemarksNote! Part of internal API. Breaking changes may occur without notice. Use at own risk.
 
    Namespace: 
   Akka.Actor.Internal
    Assembly:
   Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxvoid ApplyState(
	FSMBaseState<TState, TData> upcomingState
)
abstract ApplyState : 
        upcomingState : FSMBaseState<'TState, 'TData> -> unit 
Parameters
- upcomingState
- Type: Akka.ActorFSMBaseStateTState, TData
 TBD
 See Also
See Also