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