CmisSync.Lib.Queueing.SyncScheduler.Start C# (CSharp) Méthode

Start() public méthode

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