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

Class respresenting the stae of the [FSM{TS,TD}] within the OnTermination block.

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

Syntax


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

Type Parameters

TS
TD

Inheritance Hierarchy


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