CmisSync.Lib.Producer.Watcher.MacWatcher.Dispose C# (CSharp) Метод

Dispose() публичный Метод

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
Результат void
        public void Dispose() {
            this.Dispose(true);
            GC.SuppressFinalize(this);
        }

Same methods

MacWatcher::Dispose ( bool disposing ) : void