CmisSync.Lib.RepoBase.SyncInBackground C# (CSharp) Method

SyncInBackground() public abstract method

Perform a synchronization if one is not running already.
public abstract SyncInBackground ( ) : void
return void
        public abstract void SyncInBackground();

Same methods

RepoBase::SyncInBackground ( bool syncFull ) : void