C# 클래스 TTT.Twitter.Tweeter

Polls the Twitter api for tweets matching the give searchTerm and fires and event when new tweets are found
파일 보기 프로젝트 열기: swindonmakers/TwitterToTeletype 1 사용 예제들

공개 메소드들

메소드 설명
StartSearch ( string searchTerm ) : void
Tweeter ( ) : System

보호된 메소드들

메소드 설명
OnNewTweet ( Tweet t ) : void

비공개 메소드들

메소드 설명
GetAppAuthHeader ( ) : string
timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

OnNewTweet() 보호된 메소드

protected OnNewTweet ( Tweet t ) : void
t Tweet
리턴 void

StartSearch() 공개 메소드

public StartSearch ( string searchTerm ) : void
searchTerm string
리턴 void

Tweeter() 공개 메소드

public Tweeter ( ) : System
리턴 System