| IFailureDetectorRegistryTIsMonitoring 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
)
abstract IsMonitoring :
resource : 'T -> bool
Parameters
- resource
- Type: T
TBD
Return Value
Type:
BooleanTBD
See Also