Click or drag to resize
Akka.NETActorSystemDeadLetters Property
Gets the dead letters.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract IActorRef DeadLetters { get; }

Property Value

Type: IActorRef
The dead letters.
See Also