C# Class OxxCommerceStarterKit.Web.Jobs.FindIndexCatalog

Inheritance: ScheduledJobBase
Mostrar archivo Open project: episerver/Commerce-Demo-Kit

Public Methods

Method 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.

Protected Methods

Method Description
GetCatalogIds ( ) : IEnumerable

Method Details

Execute() public method

Starts the job
public Execute ( ) : string
return string

FindIndexCatalog() public method

public FindIndexCatalog ( ) : System
return System

GetCatalogIds() protected method

protected GetCatalogIds ( ) : IEnumerable
return IEnumerable

Stop() public method

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