Builder..::..Dispatcher Property

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

Syntax


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