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

Dispose() public method

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

Same methods

CreatedChangedDeletedFileSystemEventHandler::Dispose ( bool disposing ) : void