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

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

Parameters

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

Type Parameters

T
TBD

Implements

IActorDslReceiveT(PredicateT, ActionT, IActorContext)
See Also