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