Method | Description | |
---|---|---|
BatchFolderMonitor ( IProfile profile, string watchFolder, string filterPattern, ProcessFolderBatchDelegate processor ) : System.IO | ||
ProcessFolder ( object pubobj ) : void |
Method | Description | |
---|---|---|
InvokeProcessor ( string path ) : void |
public BatchFolderMonitor ( IProfile profile, string watchFolder, string filterPattern, ProcessFolderBatchDelegate processor ) : System.IO | ||
profile | IProfile | |
watchFolder | string | |
filterPattern | string | |
processor | ProcessFolderBatchDelegate | |
return | System.IO |
protected InvokeProcessor ( string path ) : void | ||
path | string | |
return | void |
public ProcessFolder ( object pubobj ) : void | ||
pubobj | object | |
return | void |