C# Class VersionOne.ServiceHost.Core.BatchFolderMonitor

Inheritance: FileSystemMonitor
Mostrar archivo Open project: versionone/VersionOne.ServiceHost.Core

Public Methods

Method Description
BatchFolderMonitor ( IProfile profile, string watchFolder, string filterPattern, ProcessFolderBatchDelegate processor ) : System.IO
ProcessFolder ( object pubobj ) : void

Protected Methods

Method Description
InvokeProcessor ( string path ) : void

Method Details

BatchFolderMonitor() public method

public BatchFolderMonitor ( IProfile profile, string watchFolder, string filterPattern, ProcessFolderBatchDelegate processor ) : System.IO
profile IProfile
watchFolder string
filterPattern string
processor ProcessFolderBatchDelegate
return System.IO

InvokeProcessor() protected method

protected InvokeProcessor ( string path ) : void
path string
return void

ProcessFolder() public method

public ProcessFolder ( object pubobj ) : void
pubobj object
return void