Class Deafen
The class represents a ListenerMessage sent by an IActorRef to another IActorRef instructing the second actor to stop listening for messages sent by the first actor.
Inherited Members
Namespace: Akka.Routing
Assembly: Akka.dll
Syntax
public sealed class Deafen : ListenerMessage
Constructors
| Improve this Doc View SourceDeafen(IActorRef)
Initializes a new instance of the Deafen class.
Declaration
public Deafen(IActorRef listener)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | listener | The actor that no longer receives the message. |
Properties
| Improve this Doc View SourceListener
The actor that no longer receives the message.
Declaration
public IActorRef Listener { get; }
Property Value
Type | Description |
---|---|
IActorRef |