C# 클래스 Techdays.Core.Application.Service.TweetLoader

상속: ILoadTweets
파일 보기 프로젝트 열기: vermegi/TechdaysBeDemo

공개 메소드들

메소드 설명
GetTweetsAsync ( Action success, Action error ) : void

비공개 메소드들

메소드 설명
DoAsyncSearch ( ) : void
HandleResponse ( string resultString ) : void
ReadCallback ( IAsyncResult ar ) : void

메소드 상세

GetTweetsAsync() 공개 메소드

public GetTweetsAsync ( Action success, Action error ) : void
success Action
error Action
리턴 void