C# Class Orchard.Tasks.BackgroundService

Inheritance: IBackgroundService
Show file Open project: ucdavis/Orchard

Public Methods

Method Description
BackgroundService ( IEnumerable tasks ) : System
Sweep ( ) : void

Method Details

BackgroundService() public method

public BackgroundService ( IEnumerable tasks ) : System
tasks IEnumerable
return System

Sweep() public method

public Sweep ( ) : void
return void