public void Receive<T>( Action<T, IActorContext> handler, Predicate<T> shouldHandle )
abstract Receive : handler : Action<'T, IActorContext> * shouldHandle : Predicate<'T> -> unit override Receive : handler : Action<'T, IActorContext> * shouldHandle : Predicate<'T> -> unit