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

Inheritance: ILoadTweets
Afficher le fichier Open project: vermegi/TechdaysBeDemo

Méthodes publiques

Méthode Description
GetTweetsAsync ( Action success, Action error ) : void

Private Methods

Méthode Description
DoAsyncSearch ( ) : void
HandleResponse ( string resultString ) : void
ReadCallback ( IAsyncResult ar ) : void

Method Details

GetTweetsAsync() public méthode

public GetTweetsAsync ( Action success, Action error ) : void
success Action
error Action
Résultat void