C# Class Kudu.Core.Jobs.JobsFileWatcher

Responsible for detecting when a file is changed in a job
Inheritance: IDisposable
Afficher le fichier Open project: projectkudu/kudu Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
JobsFileWatcher ( string watchedDirectoryPath, Action onJobChanged, string filter, Func listJobNames, ITraceFactory traceFactory, IAnalytics analytics, string jobType ) : System
Stop ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DisposeWatcher ( ) : void
MarkJobUpdated ( string jobName ) : void
OnChanged ( object sender, FileSystemEventArgs e ) : void
OnError ( object sender, ErrorEventArgs e ) : void
OnMakeChanges ( object state ) : void
ResetWatcher ( ) : void
StartWatcher ( object state ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

JobsFileWatcher() public méthode

public JobsFileWatcher ( string watchedDirectoryPath, Action onJobChanged, string filter, Func listJobNames, ITraceFactory traceFactory, IAnalytics analytics, string jobType ) : System
watchedDirectoryPath string
onJobChanged Action
filter string
listJobNames Func
traceFactory ITraceFactory
analytics IAnalytics
jobType string
Résultat System

Stop() public méthode

public Stop ( ) : void
Résultat void