Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Called when the MobiLink server prints a message.
Public Delegate Sub LogCallback( ByVal sc As ServerContext, ByVal message As LogMessage )
public delegate void LogCallback(ServerContext sc, LogMessage message);
Implementations of this delegate can be registered with the ServerContext events to be called when the MobiLink server prints a message.