C# Class NuGetGallery.Worker.Jobs.WorkerJob

Afficher le fichier Open project: JetBrains/NuGetOperations Class Usage Examples

Méthodes publiques

Méthode Description
ExecuteTask ( OpsTask task ) : void
Initialize ( Settings settings ) : void
RunOnce ( ) : void

Méthodes protégées

Méthode Description
WorkerJob ( ) : System

Method Details

ExecuteTask() public méthode

public ExecuteTask ( OpsTask task ) : void
task NuGetGallery.Operations.OpsTask
Résultat void

Initialize() public méthode

public Initialize ( Settings settings ) : void
settings Settings
Résultat void

RunOnce() public abstract méthode

public abstract RunOnce ( ) : void
Résultat void

WorkerJob() protected méthode

protected WorkerJob ( ) : System
Résultat System