ActorAssociationEventListener..::..Actor Property

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public ActorRef Actor { get; set; }
Public Property Actor As ActorRef
	Get
	Set
public:
property ActorRef^ Actor {
	ActorRef^ get ();
	void set (ActorRef^ value);
}