Initializes a new instance of the
DeadLetter class.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic 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
)
new :
message : Object *
sender : ActorRef *
recipient : ActorRef -> DeadLetter
Parameters
- message
- Type: SystemObject
The message. - sender
- Type: Akka.ActorActorRef
The sender. - recipient
- Type: Akka.ActorActorRef
The recipient.
See Also