Click or drag to resize
Akka.NETIListeners Interface
This interface is needed to implement listening capabilities on an actor.
Remarks
  • Use the Gossip(Object) method to send a message to the listeners.
  • Send
    Listen(Self)
    to another Actor to start listening.
  • Send
    Deafen(Self)
    to another Actor to stop listening.
  • Send
    WithListeners(delegate)
    to traverse the current listeners.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public interface IListeners

The IListeners type exposes the following members.

Properties
  NameDescription
Public propertyListeners
Retrieves the support needed to interact with an actor's listeners.
Top
See Also