Click or drag to resize

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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public int DataServerTimeout { get; set; }

Property Value

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