Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器管理 » MobiLink 服务器 API » 使用 .NET 编写同步脚本 » 用于 .NET 参考的 MobiLink 服务器 API

 

ShutdownCallback 委派

语法
sealed delegate ShutdownCallback : System.MulticastDelegate
Member of iAnywhere.MobiLink.Script
注释

当 MobiLink 服务器关闭时,将调用此委派。可通过在 MobiLink 服务器关闭时调用的 ServerContext.ShutdownListener 事件,来注册此委派的实现。