FSMBase..::..Event<(Of <(<'TD>)>)> Class

All messages sent to the [FSM{TS,TD}] will be wrapped inside an [Event{TD}], which allows pattern matching to extract both state and data.

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

Syntax


public class Event<TD> : NoSerializationVerificationNeeded
Public Class Event(Of TD) _
	Implements NoSerializationVerificationNeeded
generic<typename TD>
public ref class Event : NoSerializationVerificationNeeded

Type Parameters

TD
The state data for this event

Inheritance Hierarchy


Object
  Akka.Actor..::..FSMBase..::..Event<(Of <(<'TD>)>)>