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