Click or drag to resize
Akka.NETRemoteWatcher Constructor
TBD

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public RemoteWatcher(
	IFailureDetectorRegistry<Address> failureDetector,
	TimeSpan heartbeatInterval,
	TimeSpan unreachableReaperInterval,
	TimeSpan heartbeatExpectedResponseAfter
)

Parameters

failureDetector
Type: Akka.RemoteIFailureDetectorRegistryAddress
TBD
heartbeatInterval
Type: SystemTimeSpan
TBD
unreachableReaperInterval
Type: SystemTimeSpan
TBD
heartbeatExpectedResponseAfter
Type: SystemTimeSpan
TBD
Exceptions
ExceptionCondition
ConfigurationException This exception is thrown when the actor system does not have a RemoteActorRefProvider enabled in the configuration.
See Also