C# Class Pomona.Scheduler.Job

Inheritance: IJob
Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

Méthode Description
Complete ( System.DateTime utcNow ) : void
Job ( string url, System.DateTime scheduledOn, string method ) : System

Méthodes protégées

Méthode Description
Job ( ) : System

Method Details

Complete() public méthode

public Complete ( System.DateTime utcNow ) : void
utcNow System.DateTime
Résultat void

Job() protected méthode

protected Job ( ) : System
Résultat System

Job() public méthode

public Job ( string url, System.DateTime scheduledOn, string method ) : System
url string
scheduledOn System.DateTime
method string
Résultat System