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

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

The IListeners type exposes the following members.

Properties
  NameDescription
Public propertyListeners
Top
See Also