PoolUsePoolDispatcher Property |
Whether or not to use the pool dispatcher.
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic virtual bool UsePoolDispatcher { get; set; }
Public Overridable Property UsePoolDispatcher As Boolean
Get
Set
public:
virtual property bool UsePoolDispatcher {
bool get ();
void set (bool value);
}
abstract UsePoolDispatcher : bool with get, set
override UsePoolDispatcher : bool with get, set
Property Value
Type:
Boolean
See Also