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
Afficher le fichier Open project: markrendle/ravendb

Méthodes publiques

Méthode Description
Clone ( ) : Task
Execute ( WorkContext context ) : void
ToString ( ) : string
TryMerge ( Task task ) : bool

Method Details

Clone() public méthode

public Clone ( ) : Task
Résultat Task

Execute() public méthode

public Execute ( WorkContext context ) : void
context Raven.Database.Indexing.WorkContext
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TryMerge() public méthode

public TryMerge ( Task task ) : bool
task Task
Résultat bool