C# Class Postworthy.Models.Twitter.TweetProcessor

Datei anzeigen Open project: postworthy/postworthy Class Usage Examples

Private Properties

Property Type Description
CleanYouTube System.Uri
CreateUriSafely System.Uri
ExecuteActionChain Task
ExtractUriTasks void
ProcessingComplete void

Public Methods

Method Description
CreateUriAction ( UriEx uriex, System.Action Finished ) : void
Start ( ) : void
TweetProcessor ( IEnumerable tweets, int RetweetThreshold, bool force = false ) : System

Private Methods

Method Description
CleanYouTube ( Uri Video ) : Uri
CreateUriSafely ( Uri uri, string content ) : Uri
ExecuteActionChain ( IEnumerable actions, Task completion ) : Task
ExtractUriTasks ( Tweet tweet ) : void
ProcessingComplete ( Tweet tweet, UriEx l, object m ) : void

Method Details

CreateUriAction() public method

public CreateUriAction ( UriEx uriex, System.Action Finished ) : void
uriex UriEx
Finished System.Action
return void

Start() public method

public Start ( ) : void
return void

TweetProcessor() public method

public TweetProcessor ( IEnumerable tweets, int RetweetThreshold, bool force = false ) : System
tweets IEnumerable
RetweetThreshold int
force bool
return System