Class DeathWatchNotification
Class DeathWatchNotification.
Inherited Members
Namespace: Akka.Dispatch.SysMsg
Assembly: Akka.dll
Syntax
public sealed class DeathWatchNotification : SystemMessage, ISystemMessage, INoSerializationVerificationNeeded, IDeadLetterSuppression
Constructors
| Improve this Doc View SourceDeathWatchNotification(IActorRef, Boolean, Boolean)
Initializes a new instance of the DeathWatchNotification class.
Declaration
public DeathWatchNotification(IActorRef actor, bool existenceConfirmed, bool addressTerminated)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | actor | The actor. |
Boolean | existenceConfirmed | if set to |
Boolean | addressTerminated | if set to |
Properties
| Improve this Doc View SourceActor
Gets the actor.
Declaration
public IActorRef Actor { get; }
Property Value
Type | Description |
---|---|
IActorRef | The actor. |
AddressTerminated
Gets a value indicating whether [address terminated].
Declaration
public bool AddressTerminated { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
ExistenceConfirmed
Gets a value indicating whether [existence confirmed].
Declaration
public bool ExistenceConfirmed { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |