CmisSync.Lib.Queueing.SyncEventQueue.StopListener C# (CSharp) 메소드

StopListener() 공개 메소드

Stops the listener.
public StopListener ( ) : void
리턴 void
        public void StopListener() {
            if (this.alreadyDisposed) {
                return;
            }

            this.queue.CompleteAdding();
        }