C# 클래스 Postworthy.Models.Twitter.TweetProcessor

파일 보기 프로젝트 열기: postworthy/postworthy 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CleanYouTube System.Uri
CreateUriSafely System.Uri
ExecuteActionChain Task
ExtractUriTasks void
ProcessingComplete void

공개 메소드들

메소드 설명
CreateUriAction ( UriEx uriex, System.Action Finished ) : void
Start ( ) : void
TweetProcessor ( IEnumerable tweets, int RetweetThreshold, bool force = false ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

CreateUriAction() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void

TweetProcessor() 공개 메소드

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