DeathPactExceptionDeadActor Property |
[Missing <summary> documentation for "P:Akka.Actor.DeathPactException.DeadActor"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorRef DeadActor { get; }
Public ReadOnly Property DeadActor As ActorRef
Get
public:
property ActorRef^ DeadActor {
ActorRef^ get ();
}
member DeadActor : ActorRef with get
Property Value
Type:
ActorRef
See Also