| DfsClientWaitForSafeModeOff Method (Int32) |
Waits until safe mode is off.
Namespace:
Ookii.Jumbo.Dfs.FileSystem
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public bool WaitForSafeModeOff(
int millisecondsTimeout
)
Public Function WaitForSafeModeOff (
millisecondsTimeout As Integer
) As Boolean
public:
bool WaitForSafeModeOff(
int millisecondsTimeout
)
member WaitForSafeModeOff :
millisecondsTimeout : int -> bool
Parameters
- millisecondsTimeout
- Type: SystemInt32
The maximum time to wait for safe mode to be turned off in milliseconds, or Infinite to wait indefinitely.
Return Value
Type:
Boolean if safe mode was turned off;
if the time out expired.
See Also