TestProbe..::..Ref Property

Namespace:  Akka.Tests
Assembly:  Akka.TestKit (in Akka.TestKit.dll)

Syntax


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