Beispiel #1
0
        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]));
        }
Beispiel #2
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);
 }
Beispiel #3
0
 /// <remarks/>
 public void GetNeighborhoodsAsync(GetNeighborhoodsRequest GetNeighborhoodsRequest)
 {
     this.GetNeighborhoodsAsync(GetNeighborhoodsRequest, null);
 }