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

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

Parameters

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

Type Parameters

T
TBD
See Also