CmisSync.Lib.Queueing.SyncScheduler.Start C# (CSharp) Method

Start() public method

Starts adding events into the Queue, if it has been stopped before.
public Start ( ) : void
return void
        public void Start() {
            this.timer.Start();
        }