C# 클래스 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.
상속: IDirectoryScanListener
파일 보기 프로젝트 열기: R-Suite/R.Scheduler 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

FilesUpdatedOrAdded() 공개 메소드

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
리턴 void

RDirectoryScanListener() 공개 메소드

public RDirectoryScanListener ( string callbackUrl ) : System
callbackUrl string
리턴 System