CmisSync.Lib.Queueing.SyncEventQueue.StopListener C# (CSharp) Method

StopListener() public method

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

            this.queue.CompleteAdding();
        }