Pool..::..UsePoolDispatcher Property

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

Syntax


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