| DfsClientWaitForSafeModeOff Method (Int32, 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,
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
- Type: SystemInt32
The maximum time to wait for safe mode to be turned off in milliseconds, or Infinite to wait indefinitely. - millisecondsInterval
- Type: SystemInt32
The polling interval, in milliseconds.
Return Value
Type:
Boolean if safe mode was turned off;
if the time out expired.
See Also