프로퍼티 | 타입 | 설명 | |
---|---|---|---|
timer |
메소드 | 설명 | |
---|---|---|
CreatedChangedDeletedFileSystemEventHandler ( ISyncEventQueue queue, IMetaDataStorage storage, IFileSystemInfoFactory fsFactory = null, long threshold = 100 ) : System |
Initializes a new instance of the CreatedChangedDeletedFileSystemEventHandler class.
|
|
Dispose ( ) : void |
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. |
|
Handle ( object source, |
Raises the created/changed/deleted event as FSEvent.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Dispose the internal timer.
|
메소드 | 설명 | |
---|---|---|
AddEventToList ( |
||
PopEventsFromList ( ) : void | ||
ResetTimerInterval ( ) : void |
public CreatedChangedDeletedFileSystemEventHandler ( ISyncEventQueue queue, IMetaDataStorage storage, IFileSystemInfoFactory fsFactory = null, long threshold = 100 ) : System | ||
queue | ISyncEventQueue | Sync event queue. |
storage | IMetaDataStorage | Meta data storage. |
fsFactory | IFileSystemInfoFactory | File system info factory. |
threshold | long | Delay after which a deleted event is passed to the queue. |
리턴 | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | If set to |
리턴 | void |
public Handle ( object source, |
||
source | object | /// Source file system watcher. /// |
e | /// Reported changes. /// | |
리턴 | void |