Synchronize

The following sample code for the Synchronize action starts synchronization of the synchronization group where the "Product" mobile business object is a member:

Sybase.UnwiredPlatform.Windows.Action.Action syncAction =  
       Sybase.UnwiredPlatform.Windows.Action.ActionFactory.CreateSynchronizationAction(
                           Product.GetMetaData().GetPublication(), "Product");
syncAction.Execute();