| NameServerConfigurationElementDataServerTimeout Property |
Gets or sets the minimum amount of time that a data server must be unresponsive before
it is considered dead.
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public int DataServerTimeout { get; set; }
Public Property DataServerTimeout As Integer
Get
Set
public:
property int DataServerTimeout {
int get ();
void set (int value);
}
member DataServerTimeout : int with get, set
Property Value
Type:
Int32
The minimum amount of time, in seconds, that a data server must be unresponsive before
it is considered dead. The default value is 300.
Remarks
Depending on circumstances, it can be up to twice as long before a data server is actually considered dead.
See Also