Click or drag to resize
Akka.NETReceivePersistentActorCommandT Method (PredicateT, ActionT)
TBD

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected void Command<T>(
	Predicate<T> shouldHandle,
	Action<T> handler
)

Parameters

shouldHandle
Type: SystemPredicateT
TBD
handler
Type: SystemActionT
TBD

Type Parameters

T
TBD
See Also