ListenerSupport..::..ListenerReceive Property

Chain this into the [ActorBase.OnReceive] function.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll)

Syntax


public Receive ListenerReceive { get; }
Public ReadOnly Property ListenerReceive As Receive
	Get
public:
property Receive^ ListenerReceive {
	Receive^ get ();
}