Click or drag to resize
Akka.NETDeadlineFailureDetector Constructor (Config, EventStream)
Initializes a new instance of the DeadlineFailureDetector class.

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public DeadlineFailureDetector(
	Config config,
	EventStream eventStream
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration used to configure this failure detector.
Note Note
The configuration must define the 'akka.cluster.failure-detector.acceptable-heartbeat-pause' key.
eventStream
Type: Akka.EventEventStream
N/A. This parameter is not used.
See Also