Click or drag to resize
IActorDslReceiveT Method (ActionT, IActorContext, PredicateT)

[Missing <summary> documentation for "M:Akka.Actor.Dsl.IActorDsl.Receive``1(System.Action{``0,Akka.Actor.IActorContext},System.Predicate{``0})"]

Namespace: Akka.Actor.Dsl
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
void Receive<T>(
	Action<T, IActorContext> handler,
	Predicate<T> shouldHandle
)

Parameters

handler
Type: SystemActionT, IActorContext

[Missing <param name="handler"/> documentation for "M:Akka.Actor.Dsl.IActorDsl.Receive``1(System.Action{``0,Akka.Actor.IActorContext},System.Predicate{``0})"]

shouldHandle
Type: SystemPredicateT

[Missing <param name="shouldHandle"/> documentation for "M:Akka.Actor.Dsl.IActorDsl.Receive``1(System.Action{``0,Akka.Actor.IActorContext},System.Predicate{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Akka.Actor.Dsl.IActorDsl.Receive``1(System.Action{``0,Akka.Actor.IActorContext},System.Predicate{``0})"]

See Also