SettingsDebugRouterMisConfiguration Property |
Gets a value indicating whether [debug router mis configuration].
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 mis configuration]; otherwise,
false.
See Also