Click or drag to resize
Akka.NETPersistentFSMBaseTState, TData, TEventStateAndThen Method
Register a handler to be triggered after the state has been persisted successfully

Namespace:  Akka.Persistence.Fsm
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public PersistentFSMBaseTState, TData, TEventState AndThen(
	Action<TData> handler
)

Parameters

handler
Type: SystemActionTData
TBD

Return Value

Type: PersistentFSMBaseTState, TData, TEventState
TBD
See Also