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