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