Click or drag to resize
Akka.NETDeadLetter Properties

The DeadLetter type exposes the following members.

Properties
  NameDescription
Public propertyMessage
The original message that could not be delivered.
(Inherited from AllDeadLetters.)
Public propertyRecipient
The actor that was to receive the message.
(Inherited from AllDeadLetters.)
Public propertySender
The actor that sent the message.
(Inherited from AllDeadLetters.)
Top
See Also