FSMBase..::..State<(Of <(<'TS, TD>)>)> Class

This captures all of the managed state of the [FSM{T,S}]: the state name, the state data, possibly custom timeout, stop reason, and repleis accumulated while processing the last message.

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

Syntax


public class State<TS, TD>
Public Class State(Of TS, TD)
generic<typename TS, typename TD>
public ref class State

Type Parameters

TS
The name of the state
TD
The data of the state

Inheritance Hierarchy


Object
  Akka.Actor..::..FSMBase..::..State<(Of <(<'TS, TD>)>)>