Click or drag to resize
Akka.NETIFailureDetectorRegistryTIsMonitoring Method
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) Version: 1.2.3.42 (1.2.3.42)
Syntax
bool IsMonitoring(
	T resource
)

Parameters

resource
Type: T
TBD

Return Value

Type: Boolean
TBD
See Also