Exemplo n.º 1
0
 /// <remarks/>
 public void GetWeatherForecastByLocationAsync(GetWeatherForecastByLocationRequest GetWeatherForecastByLocationRequest, object userState) {
     if ((this.GetWeatherForecastByLocationOperationCompleted == null)) {
         this.GetWeatherForecastByLocationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetWeatherForecastByLocationOperationCompleted);
     }
     this.InvokeAsync("GetWeatherForecastByLocation", new object[] {
                 GetWeatherForecastByLocationRequest}, this.GetWeatherForecastByLocationOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetWeatherForecastByLocationAsync(GetWeatherForecastByLocationRequest GetWeatherForecastByLocationRequest) {
     this.GetWeatherForecastByLocationAsync(GetWeatherForecastByLocationRequest, null);
 }