Click or drag to resize
Akka.NETAct.Receive<T> Method (Action<T, IActorContext>, Predicate<T>)
TBD

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

Parameters

handler
Type: System.Action<T, IActorContext>
TBD
shouldHandle
Type: System.Predicate<T>
TBD

Type Parameters

T
TBD

Implements

IActorDsl.Receive<T>(Action<T, IActorContext>, Predicate<T>)
See Also