C# Class Postworthy.Models.Streaming.RealtimeProcessingStep

Inheritance: StandardProcessingStep
Afficher le fichier Open project: postworthy/postworthy

Méthodes publiques

Méthode Description
Init ( string screenname, System log ) : void

Méthodes protégées

Méthode Description
StoreInRepository ( IEnumerable tweets ) : void

Private Methods

Méthode Description
CreateContent ( List groupingResults, ArticleStubPage existing ) : Task>
ExtractImageUris ( UriEx uriex, HtmlAgilityPack doc ) : List
ExtractSummary ( string title, HtmlAgilityPack doc ) : string
GetBestImage ( IEnumerable images ) : Uri>>.Task

Method Details

Init() public méthode

public Init ( string screenname, System log ) : void
screenname string
log System
Résultat void

StoreInRepository() protected méthode

protected StoreInRepository ( IEnumerable tweets ) : void
tweets IEnumerable
Résultat void