C# Class NuGetGallery.LuceneIndexingJob

Inheritance: WebBackgrounder.Job
Show file Open project: JetBrains/ReSharperGallery

Public Methods

Method Description
Execute ( ) : System.Threading.Tasks.Task
LuceneIndexingJob ( System.TimeSpan frequence, Func contextThunk, System.TimeSpan timeout, LuceneIndexLocation location ) : System

Method Details

Execute() public method

public Execute ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

LuceneIndexingJob() public method

public LuceneIndexingJob ( System.TimeSpan frequence, Func contextThunk, System.TimeSpan timeout, LuceneIndexLocation location ) : System
frequence System.TimeSpan
contextThunk Func
timeout System.TimeSpan
location LuceneIndexLocation
return System