ActorSystem..::..DeadLetters Property

Gets the dead letters.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public ActorRef DeadLetters { get; }
Public ReadOnly Property DeadLetters As ActorRef
	Get
public:
property ActorRef^ DeadLetters {
	ActorRef^ get ();
}

Field Value

The dead letters.