CmisSync.Lib.Sync.CmisRepo.SyncInBackground C# (CSharp) 메소드

SyncInBackground() 공개 메소드

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

Same methods

CmisRepo::SyncInBackground ( bool syncFull ) : void