Settings..::..DebugAutoReceive Property

Gets a value indicating whether [debug automatic receive].

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

Syntax


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

Field Value

true if [debug automatic receive]; otherwise, false.