C# Class WeatherWidget.Data.WeatherService

Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Méthode Description
BeginGetWeather ( string zipCode, AsyncCallback callback, object state ) : IAsyncResult
EndGetWeather ( IAsyncResult asyncResult ) : Weather

Private Methods

Méthode Description
ParseWeather ( string zipCode, string json ) : Weather

Method Details

BeginGetWeather() public méthode

public BeginGetWeather ( string zipCode, AsyncCallback callback, object state ) : IAsyncResult
zipCode string
callback AsyncCallback
state object
Résultat IAsyncResult

EndGetWeather() public méthode

public EndGetWeather ( IAsyncResult asyncResult ) : Weather
asyncResult IAsyncResult
Résultat Weather