C# Class Taro.Persistence.EventFetchResult

Afficher le fichier Open project: mouhong/Taro

Méthodes publiques

Méthode Description
EventFetchResult ( IEnumerable events, bool hasMore ) : System.Collections.Generic
EventFetchResult ( IEnumerable events, int batchSize ) : System.Collections.Generic

Method Details

EventFetchResult() public méthode

public EventFetchResult ( IEnumerable events, bool hasMore ) : System.Collections.Generic
events IEnumerable
hasMore bool
Résultat System.Collections.Generic

EventFetchResult() public méthode

public EventFetchResult ( IEnumerable events, int batchSize ) : System.Collections.Generic
events IEnumerable
batchSize int
Résultat System.Collections.Generic