C# Class Raven.Database.Indexing.RobustEnumerator

Afficher le fichier Open project: nhsevidence/ravendb Class Usage Examples

Méthodes publiques

Свойство Type Description
BeforeMoveNext System.Action
CancelMoveNext System.Action
OnError object>.Action

Méthodes publiques

Méthode Description
RobustEnumeration ( IEnumerable input, IEnumerable funcs ) : IEnumerable
RobustEnumeration ( IEnumerable input, IndexingFunc func ) : IEnumerable
RobustEnumerator ( int numberOfConsecutiveErrors ) : System

Private Methods

Méthode Description
MoveNext ( IEnumerator en, StatefulEnumerableWrapper innerEnumerator ) : bool?

Method Details

RobustEnumeration() public méthode

public RobustEnumeration ( IEnumerable input, IEnumerable funcs ) : IEnumerable
input IEnumerable
funcs IEnumerable
Résultat IEnumerable

RobustEnumeration() public méthode

public RobustEnumeration ( IEnumerable input, IndexingFunc func ) : IEnumerable
input IEnumerable
func IndexingFunc
Résultat IEnumerable

RobustEnumerator() public méthode

public RobustEnumerator ( int numberOfConsecutiveErrors ) : System
numberOfConsecutiveErrors int
Résultat System

Property Details

BeforeMoveNext public_oe property

public Action,System BeforeMoveNext
Résultat System.Action

CancelMoveNext public_oe property

public Action,System CancelMoveNext
Résultat System.Action

OnError public_oe property

public Action OnError
Résultat object>.Action