C# 클래스 WeatherWidget.Data.WeatherService

파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 메소드들

메소드 설명
BeginGetWeather ( string zipCode, AsyncCallback callback, object state ) : IAsyncResult
EndGetWeather ( IAsyncResult asyncResult ) : Weather

비공개 메소드들

메소드 설명
ParseWeather ( string zipCode, string json ) : Weather

메소드 상세

BeginGetWeather() 공개 메소드

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

EndGetWeather() 공개 메소드

public EndGetWeather ( IAsyncResult asyncResult ) : Weather
asyncResult IAsyncResult
리턴 Weather