Hellow Midhun,
This is the code used:
MBOSynchronizationParameters syncMBO = MBO.GetSynchronizationParameters();
syncMBO.Delete();
syncMBO= MBO.GetSynchronizationParameters();
syncMBO.UserId = idUse;
syncMBO.Save();
AppDB.Synchronize(MBO.GetMetaData().GetSynchronizationGroup());
the Query is Just :
MBO.FindAll();
That tutorial looks good I'll used it in future to double check,
Thanks