C# Class VersionOne.ServiceHost.Core.BatchFolderMonitor

Inheritance: FileSystemMonitor
Afficher le fichier Open project: versionone/VersionOne.ServiceHost.Core

Méthodes publiques

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

Méthodes protégées

Méthode Description
InvokeProcessor ( string path ) : void

Method Details

BatchFolderMonitor() public méthode

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

InvokeProcessor() protected méthode

protected InvokeProcessor ( string path ) : void
path string
Résultat void

ProcessFolder() public méthode

public ProcessFolder ( object pubobj ) : void
pubobj object
Résultat void