Click or drag to resize
DeadLetter Constructor
Initializes a new instance of the DeadLetter class.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public DeadLetter(
	Object message,
	ActorRef sender,
	ActorRef recipient
)

Parameters

message
Type: SystemObject
The message.
sender
Type: Akka.ActorActorRef
The sender.
recipient
Type: Akka.ActorActorRef
The recipient.
See Also