C# 클래스 DotNetGroup.Services.StreamReprocessor

상속: IStreamReprocessor
파일 보기 프로젝트 열기: sergejusb/DotNetGroup 1 사용 예제들

공개 메소드들

메소드 설명
Reprocess ( ) : IEnumerable
StreamReprocessor ( IItemProcessor streamProcessor, IStreamStorage streamStorage ) : System
StreamReprocessor ( string connectionString, string database ) : System

메소드 상세

Reprocess() 공개 메소드

public Reprocess ( ) : IEnumerable
리턴 IEnumerable

StreamReprocessor() 공개 메소드

public StreamReprocessor ( IItemProcessor streamProcessor, IStreamStorage streamStorage ) : System
streamProcessor IItemProcessor
streamStorage IStreamStorage
리턴 System

StreamReprocessor() 공개 메소드

public StreamReprocessor ( string connectionString, string database ) : System
connectionString string
database string
리턴 System