Settings..::..DebugLifecycle Property

Gets a value indicating whether [debug lifecycle].

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public bool DebugLifecycle { get; set; }
Public Property DebugLifecycle As Boolean
	Get
	Set
public:
property bool^ DebugLifecycle {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [debug lifecycle]; otherwise, false.