Click or drag to resize
Akka.NETListenerSupportListenerReceive Property
Retrieves the wiring needed to implement listening functionality.
Note Note
This needs to be chained into the actor's OnReceive(Object) method.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Receive ListenerReceive { get; }

Property Value

Type: Receive
See Also