Click or drag to resize
Akka.NETActReceiveT Method (ActionT, IActorContext, PredicateT)
TBD

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

Parameters

handler
Type: SystemActionT, IActorContext
TBD
shouldHandle
Type: SystemPredicateT
TBD

Type Parameters

T
TBD

Implements

IActorDslReceiveT(ActionT, IActorContext, PredicateT)
See Also