FailureDetector..::..IsAvailable Property

Returns true if the resource is considered to be up and healthy; false otherwise

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

Syntax


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