Called when MobiLink server is shutting down.
Public Delegate Sub ShutdownCallback(ByVal sc As ServerContext)
public delegate void ShutdownCallback(ServerContext sc);
Implementations of this delegate can be registered with the ShutdownListener event to be called when the MobiLink server shuts down.