DeadLetter Constructor

Initializes a new instance of the DeadLetter class.

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

Syntax


public DeadLetter(
	Object message,
	ActorRef sender,
	ActorRef recipient
)
Public Sub New ( _
	message As Object, _
	sender As ActorRef, _
	recipient As ActorRef _
)
public:
DeadLetter(
	Object^ message, 
	ActorRef^ sender, 
	ActorRef^ recipient
)

Parameters

message
Type: Object
The message.
sender
Type: Akka.Actor..::..ActorRef
The sender.
recipient
Type: Akka.Actor..::..ActorRef
The recipient.