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