C# Class Cirrious.Conference.Core.Models.Twitter.TwitterSearch

Show file Open project: slodge/MvvmCrossConference Class Usage Examples

Public Methods

Method Description
StartAsyncSearch ( string searchText, Action success, Action error ) : void

Private Methods

Method Description
DoAsyncSearch ( string searchText, Action success, Action error ) : void
HandleResponse ( string xml ) : void
ReadCallback ( IAsyncResult asynchronousResult ) : void
StartSearch ( ) : void
TwitterSearch ( string searchText, Action success, Action error ) : System

Method Details

StartAsyncSearch() public static method

public static StartAsyncSearch ( string searchText, Action success, Action error ) : void
searchText string
success Action
error Action
return void