Contents Index Loading assemblies Handling MobiLink server errors with .NET

MobiLink Synchronization User's Guide
  Writing Synchronization Scripts in .NET
    Running .NET synchronization logic

Printing information from .NET


You may choose to add statements to your .NET methods that print information to the MobiLink log using System.Console. Doing so can help you track the progress and behavior of your classes.

Performance tip 
Printing information in this manner is a useful monitoring tool, but is not recommended in a production scenario.

The same technique can be exploited to log arbitrary synchronization information or collect statistical information on how your scripts are used.


Contents Index Loading assemblies Handling MobiLink server errors with .NET