Indicates how urgently the server should be shut down.
Public Enum DBSC_ShutdownType
public enum DBSC_ShutdownType
Indicates that the server should complete any outstanding synchronization requests and then shutdown.
Once the server receives the shutdown request, it does not accept any more synchronization requests.
1
Indicates that the server should shutdown cleanly, as quickly as possible.
If there are outstanding synchronization requests, they are not performed and if there is a running synchronization it may be interrupted.
2