Click or drag to resize
Akka.NETSuppressedDeadLetter Constructor
Initializes a new instance of the SuppressedDeadLetter class.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public SuppressedDeadLetter(
	IDeadLetterSuppression message,
	IActorRef sender,
	IActorRef recipient
)

Parameters

message
Type: Akka.EventIDeadLetterSuppression
The original message that could not be delivered.
sender
Type: Akka.ActorIActorRef
The actor that sent the message.
recipient
Type: Akka.ActorIActorRef
The actor that was to receive the message.
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when either the sender or the recipient is undefined.
See Also