DeadLetterRecipient Property |
Gets the recipient.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorRef Recipient { get; }
Public ReadOnly Property Recipient As ActorRef
Get
public:
property ActorRef^ Recipient {
ActorRef^ get ();
}
member Recipient : ActorRef with get
Property Value
Type:
ActorRefThe recipient.
See Also