CmisSync.Lib.Queueing.SyncScheduler.Start C# (CSharp) 메소드

Start() 공개 메소드

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