Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Indicates how urgently the server should be shut down.
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