UnsubscribeTransitionCallBack..::..ActorRef Property

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


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