C# Class OxxCommerceStarterKit.Web.Jobs.FindIndexCatalog

Inheritance: ScheduledJobBase
Afficher le fichier Open project: episerver/Commerce-Demo-Kit

Méthodes publiques

Méthode Description
Execute ( ) : string

Starts the job

FindIndexCatalog ( ) : System
Stop ( ) : void

Called when a user clicks on Stop for a manually started job, or when ASP.NET shuts down.

Méthodes protégées

Méthode Description
GetCatalogIds ( ) : IEnumerable

Method Details

Execute() public méthode

Starts the job
public Execute ( ) : string
Résultat string

FindIndexCatalog() public méthode

public FindIndexCatalog ( ) : System
Résultat System

GetCatalogIds() protected méthode

protected GetCatalogIds ( ) : IEnumerable
Résultat IEnumerable

Stop() public méthode

Called when a user clicks on Stop for a manually started job, or when ASP.NET shuts down.
public Stop ( ) : void
Résultat void