C# Class Raven.Database.Tasks.IndexDocumentRangeTask

Indexing a range of documents A range of documents is a stable range, which can be queried even if document addition / removal occured since the time that the range was taken to the time it was queried.
Inheritance: Task
ファイルを表示 Open project: markrendle/ravendb

Public Methods

Method Description
Clone ( ) : Task
Execute ( WorkContext context ) : void
ToString ( ) : string
TryMerge ( Task task ) : bool

Method Details

Clone() public method

public Clone ( ) : Task
return Task

Execute() public method

public Execute ( WorkContext context ) : void
context Raven.Database.Indexing.WorkContext
return void

ToString() public method

public ToString ( ) : string
return string

TryMerge() public method

public TryMerge ( Task task ) : bool
task Task
return bool