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

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

공개 메소드들

메소드 설명
Init ( string screenname, System log ) : void

보호된 메소드들

메소드 설명
StoreInRepository ( IEnumerable tweets ) : void

비공개 메소드들

메소드 설명
CreateContent ( List groupingResults, ArticleStubPage existing ) : Task>
ExtractImageUris ( UriEx uriex, HtmlAgilityPack doc ) : List
ExtractSummary ( string title, HtmlAgilityPack doc ) : string
GetBestImage ( IEnumerable images ) : Uri>>.Task

메소드 상세

Init() 공개 메소드

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

StoreInRepository() 보호된 메소드

protected StoreInRepository ( IEnumerable tweets ) : void
tweets IEnumerable
리턴 void