Click or drag to resize
Akka.NETNoRouterRouterDispatcher Property
N/A

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override string RouterDispatcher { get; }

Property Value

Type: String
Exceptions
ExceptionCondition
NotSupportedException This exception is automatically thrown since NoRouter does not have a dispatcher.
See Also