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
Mostra file Open project: projectkudu/kudu

Public Methods

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

Private Methods

Method Description
Dispose ( bool disposing ) : void
Report ( object state = null ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

JobStartedReporter() public method

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