CmisSync.Lib.Producer.Watcher.NetWatcher.Dispose C# (CSharp) Method

Dispose() public method

Releases all resource used by the CmisSync.Lib.Sync.Strategy.WatcherConsumer object.
Call Dispose when you are finished using the CmisSync.Lib.Sync.Strategy.Watcher. The Dispose method leaves the CmisSync.Lib.Sync.Strategy.Watcher in an unusable state. After calling Dispose, you must release all references to the CmisSync.Lib.Sync.Strategy.WatcherConsumer so the garbage collector can reclaim the memory that the CmisSync.Lib.Sync.Strategy.WatcherConsumer was occupying.
public Dispose ( ) : void
return void
        public void Dispose() {
            this.Dispose(true);
            GC.SuppressFinalize(this);
        }

Same methods

NetWatcher::Dispose ( bool disposing ) : void