Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
当 MobiLink 服务器关闭时,将调用此委派。
Public Delegate Sub ShutdownCallback(ByVal sc As ServerContext)
public delegate void ShutdownCallback(ServerContext sc);
可通过在 MobiLink 服务器关闭时调用的 ShutdownListener 事件,来注册此委派的实现。