 | INameServerClientProtocolSafeMode Property |
Gets or sets a value that indicates whether safe mode is on or off.
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxbool SafeMode { get; set; }
Property SafeMode As Boolean
Get
Set
property bool SafeMode {
bool get ();
void set (bool value);
}
abstract SafeMode : bool with get, set
Property Value
Boolean if safe mode is on; otherwise,
.
Remarks
Disabling safe mode before full replication is achieved will cause an immediate replication check.
See Also