Class DeathWatchNotification
Class DeathWatchNotification.
Inherited Members
Namespace: Akka.Dispatch.SysMsg
Assembly: Akka.dll
Syntax
public sealed class DeathWatchNotification : SystemMessage, ISystemMessage, INoSerializationVerificationNeeded, IDeadLetterSuppression
Constructors
| Edit this page View SourceDeathWatchNotification(IActorRef, bool, bool)
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. |
| bool | existenceConfirmed | if set to |
| bool | addressTerminated | if set to |
Properties
| Edit this page 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 |
|---|---|
| bool |
|
ExistenceConfirmed
Gets a value indicating whether [existence confirmed].
Declaration
public bool ExistenceConfirmed { get; }
Property Value
| Type | Description |
|---|---|
| bool |
|
Methods
| Edit this page View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Edit this page