FailureDetector..::..IsMonitoring Property

Returns true if the failure detector has received any heartbeats and started monitoring the resource

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

Syntax


public bool IsMonitoring { get; }
Public ReadOnly Property IsMonitoring As Boolean
	Get
public:
property bool^ IsMonitoring {
	bool^ get ();
}