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

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

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

Parameters

shouldHandle
Type: SystemPredicateT

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

handler
Type: SystemActionT, IActorContext

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

Type Parameters

T

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

See Also