The ShutDown method is called by the Server Engine before the server is terminated. When ShutDown is called, the policy module should cleanup and stop. It is guaranteed that no requests will arrive after Shutdown is called.
[VB] void ShutDown(void); [JAVA] void ShutDown(void); [C++] HRESULT ShutDown(void);
None.
This method does not return a value.