  | DfsClientWaitForSafeModeOff(Int32, Int32) Method | 
            Waits until safe mode is off.
            
Namespace: Ookii.Jumbo.Dfs.FileSystemAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic bool WaitForSafeModeOff(
	int millisecondsTimeout,
	int millisecondsInterval
)
Public Function WaitForSafeModeOff ( 
	millisecondsTimeout As Integer,
	millisecondsInterval As Integer
) As Boolean
public:
bool WaitForSafeModeOff(
	int millisecondsTimeout, 
	int millisecondsInterval
)
member WaitForSafeModeOff : 
        millisecondsTimeout : int * 
        millisecondsInterval : int -> bool 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