FSMBase..::..CurrentState<(Of <(<'TS>)>)> Class

Message type which is sent directly to the subscriber Actor in FSMBase..::..SubscribeTransitionCallBack before sending any [Transition{TS}] messages.

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

Syntax


public class CurrentState<TS>
Public Class CurrentState(Of TS)
generic<typename TS>
public ref class CurrentState

Type Parameters

TS
The type of the state being used in this finite state machine.

Inheritance Hierarchy


Object
  Akka.Actor..::..FSMBase..::..CurrentState<(Of <(<'TS>)>)>