FSM<(Of <(<'TS, TD>)>)>..::..OnTermination Method

Set the handler which is called upon termination of this FSM actor. Calling this method again will overwrite the previous contents.

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

Syntax


public void OnTermination(
	Action<FSMBase..::..StopEvent<TS, TD>> terminationHandler
)
Public Sub OnTermination ( _
	terminationHandler As Action(Of FSMBase..::..StopEvent(Of TS, TD)) _
)
public:
void OnTermination(
	Action<FSMBase..::..StopEvent<TS, TD>^>^ terminationHandler
)

Parameters

terminationHandler
Type: Action<(Of <(<'FSMBase..::..StopEvent<(Of <(<'TS, TD>)>)>>)>)>