Method | Description | |
---|---|---|
BeginGetWeather ( string zipCode, AsyncCallback callback, object state ) : IAsyncResult | ||
EndGetWeather ( IAsyncResult asyncResult ) : |
Method | Description | |
---|---|---|
ParseWeather ( string zipCode, string json ) : |
public BeginGetWeather ( string zipCode, AsyncCallback callback, object state ) : IAsyncResult | ||
zipCode | string | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public EndGetWeather ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | |
return |