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
ファイルを表示 Open project: R-Suite/R.Scheduler Class Usage Examples

Public Methods

Method 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 method

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
return void

RDirectoryScanListener() public method

public RDirectoryScanListener ( string callbackUrl ) : System
callbackUrl string
return System