CmisSync.Lib.Sync.CmisRepo.SyncInBackground C# (CSharp) Method

SyncInBackground() public method

Synchronize. The synchronization is performed in the background, so that the UI stays usable.
public SyncInBackground ( ) : void
return void
        public override void SyncInBackground()
        {
            SyncInBackground(true);
        }

Same methods

CmisRepo::SyncInBackground ( bool syncFull ) : void