Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Mobile Link サーバーが停止するときに呼び出されます。
Public Delegate Sub ShutdownCallback(ByVal sc As ServerContext)
public delegate void ShutdownCallback(ServerContext sc);
Mobile Link サーバーの停止時に呼び出される ShutdownListener イベントで、このデリゲートの実装を登録できます。