C# Class WeatherWidget.Data.WeatherService

ファイルを表示 Open project: nikhilk/silverlightfx

Public Methods

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

Private Methods

Method Description
ParseWeather ( string zipCode, string json ) : Weather

Method Details

BeginGetWeather() public method

public BeginGetWeather ( string zipCode, AsyncCallback callback, object state ) : IAsyncResult
zipCode string
callback AsyncCallback
state object
return IAsyncResult

EndGetWeather() public method

public EndGetWeather ( IAsyncResult asyncResult ) : Weather
asyncResult IAsyncResult
return Weather