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

CancelSync() public abstract method

Will send message the currently running sync thread (if one exists) to stop syncing as soon as the next blockign operation completes.
public abstract CancelSync ( ) : void
return void
        public abstract void CancelSync();