C# Class Kudu.Core.Jobs.BaseJobRunner.JobStartedReporter

This class will make sure the "JobStarted" analytics event is invoked after 5 seconds or when disposed.
Inheritance: IDisposable
Afficher le fichier Open project: projectkudu/kudu

Méthodes publiques

Méthode Description
Dispose ( ) : void
JobStartedReporter ( IAnalytics analytics, Kudu.Contracts.Jobs.JobBase job, string trigger, string siteMode, string jobDataPath ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
Report ( object state = null ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

JobStartedReporter() public méthode

public JobStartedReporter ( IAnalytics analytics, Kudu.Contracts.Jobs.JobBase job, string trigger, string siteMode, string jobDataPath ) : System
analytics IAnalytics
job Kudu.Contracts.Jobs.JobBase
trigger string
siteMode string
jobDataPath string
Résultat System