C# Class Techdays.Core.Application.Service.TweetLoader

Inheritance: ILoadTweets
Show file Open project: vermegi/TechdaysBeDemo

Public Methods

Method Description
GetTweetsAsync ( Action success, Action error ) : void

Private Methods

Method Description
DoAsyncSearch ( ) : void
HandleResponse ( string resultString ) : void
ReadCallback ( IAsyncResult ar ) : void

Method Details

GetTweetsAsync() public method

public GetTweetsAsync ( Action success, Action error ) : void
success Action
error Action
return void