Click or drag to resize
Akka.NETReceivePersistentActorCommandT Method (ActionT, PredicateT)
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>(
	Action<T> handler,
	Predicate<T> shouldHandle = null
)

Parameters

handler
Type: SystemActionT
TBD
shouldHandle (Optional)
Type: SystemPredicateT
TBD

Type Parameters

T
TBD
See Also