C# Class DotNetGroup.Services.StreamReprocessor

Inheritance: IStreamReprocessor
Afficher le fichier Open project: sergejusb/DotNetGroup Class Usage Examples

Méthodes publiques

Méthode Description
Reprocess ( ) : IEnumerable
StreamReprocessor ( IItemProcessor streamProcessor, IStreamStorage streamStorage ) : System
StreamReprocessor ( string connectionString, string database ) : System

Method Details

Reprocess() public méthode

public Reprocess ( ) : IEnumerable
Résultat IEnumerable

StreamReprocessor() public méthode

public StreamReprocessor ( IItemProcessor streamProcessor, IStreamStorage streamStorage ) : System
streamProcessor IItemProcessor
streamStorage IStreamStorage
Résultat System

StreamReprocessor() public méthode

public StreamReprocessor ( string connectionString, string database ) : System
connectionString string
database string
Résultat System