CmisSync.Lib.Queueing.SyncEventQueue.StopListener C# (CSharp) Méthode

StopListener() public méthode

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

            this.queue.CompleteAdding();
        }