C# Class R.Scheduler.DirectoryScan.RDirectoryScanListener

Implementation of IDirectoryScanListener that defines a call back method for when one or more files in a directory have been created or updated.
Inheritance: IDirectoryScanListener
Afficher le fichier Open project: R-Suite/R.Scheduler Class Usage Examples

Méthodes publiques

Méthode Description
FilesUpdatedOrAdded ( IEnumerable updatedFiles ) : void

Creates a web request that posts updated or created files to a specified url. Let exceptions to bubble up to DirectoryScanJob so that the job picks up the same files next time.

RDirectoryScanListener ( string callbackUrl ) : System

Method Details

FilesUpdatedOrAdded() public méthode

Creates a web request that posts updated or created files to a specified url. Let exceptions to bubble up to DirectoryScanJob so that the job picks up the same files next time.
public FilesUpdatedOrAdded ( IEnumerable updatedFiles ) : void
updatedFiles IEnumerable
Résultat void

RDirectoryScanListener() public méthode

public RDirectoryScanListener ( string callbackUrl ) : System
callbackUrl string
Résultat System