C# 클래스 Postworthy.Models.Streaming.PassThroughProcessingStep

상속: IProcessingStep
파일 보기 프로젝트 열기: postworthy/postworthy

보호된 프로퍼티들

프로퍼티 타입 설명
log TextWriter
screenName string

공개 메소드들

메소드 설명
Init ( string screenname, System log ) : void
ProcessItems ( IEnumerable tweets ) : Task>
ProcessTweeps ( IEnumerable tweeps ) : Task>>
Shutdown ( ) : void

메소드 상세

Init() 공개 메소드

public Init ( string screenname, System log ) : void
screenname string
log System
리턴 void

ProcessItems() 공개 메소드

public ProcessItems ( IEnumerable tweets ) : Task>
tweets IEnumerable
리턴 Task>

ProcessTweeps() 공개 메소드

public ProcessTweeps ( IEnumerable tweeps ) : Task>>
tweeps IEnumerable
리턴 Task>>

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

프로퍼티 상세

log 보호되어 있는 프로퍼티

protected TextWriter log
리턴 TextWriter

screenName 보호되어 있는 프로퍼티

protected string screenName
리턴 string