Click or drag to resize

DfsClientWaitForSafeModeOff(Int32, Int32) Method

Waits until safe mode is off.

Namespace: Ookii.Jumbo.Dfs.FileSystem
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public bool WaitForSafeModeOff(
	int millisecondsTimeout,
	int millisecondsInterval
)

Parameters

millisecondsTimeout  Int32
The maximum time to wait for safe mode to be turned off in milliseconds, or Infinite to wait indefinitely.
millisecondsInterval  Int32
The polling interval, in milliseconds.

Return Value

Boolean
if safe mode was turned off; if the time out expired.
See Also