WaitForServerShutdown method

The WaitForServerShutdown method returns when the server has shutdown or when the timeout expires, whichever comes first.

Syntax
bool WaitForServerShutdown( unsigned timeout )
Remarks

WaitForServerShutdown can only be called after the ShutdownServer method is called. See ShutdownServer method.

Parameters
  • timeout   Indicates the maximum time in milliseconds to wait for the server to shutdown. Use DBSC_INFINITY to wait forever.

Returns

Returns true if the method returned because the server shutdown.

Returns false otherwise. When false is returned, you can call the GetErrorInfo method to get more information about the failure. See GetErrorInfo method.