SettingsDebugRouterMisconfiguration Property |
Gets a value indicating whether [debug router misconfiguration].
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool DebugRouterMisconfiguration { get; }
Public ReadOnly Property DebugRouterMisconfiguration As Boolean
Get
public:
property bool DebugRouterMisconfiguration {
bool get ();
}
member DebugRouterMisconfiguration : bool with get
Property Value
Type:
Booleantrue if [debug router misconfiguration]; otherwise,
false.
See Also