public GetNeighborhoodsResponse GetNeighborhoods([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.n11.com/ws/schemas")] GetNeighborhoodsRequest GetNeighborhoodsRequest) { object[] results = this.Invoke("GetNeighborhoods", new object[] { GetNeighborhoodsRequest }); return((GetNeighborhoodsResponse)(results[0])); }
/// <remarks/> public void GetNeighborhoodsAsync(GetNeighborhoodsRequest GetNeighborhoodsRequest, object userState) { if ((this.GetNeighborhoodsOperationCompleted == null)) { this.GetNeighborhoodsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetNeighborhoodsOperationCompleted); } this.InvokeAsync("GetNeighborhoods", new object[] { GetNeighborhoodsRequest }, this.GetNeighborhoodsOperationCompleted, userState); }
/// <remarks/> public void GetNeighborhoodsAsync(GetNeighborhoodsRequest GetNeighborhoodsRequest) { this.GetNeighborhoodsAsync(GetNeighborhoodsRequest, null); }