AkkaProtocolSettings..::..TransportFailureDetectorImplementationClass Property

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

Syntax


public string TransportFailureDetectorImplementationClass { get; set; }
Public Property TransportFailureDetectorImplementationClass As String
	Get
	Set
public:
property String^ TransportFailureDetectorImplementationClass {
	String^ get ();
	void set (String^ value);
}