Exemplo n.º 1
0
        public GetSubCategoriesResponse GetSubCategories([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.n11.com/ws/schemas")] GetSubCategoriesRequest GetSubCategoriesRequest)
        {
            object[] results = this.Invoke("GetSubCategories", new object[] {
                GetSubCategoriesRequest
            });

            return((GetSubCategoriesResponse)(results[0]));
        }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetSubCategoriesAsync(GetSubCategoriesRequest GetSubCategoriesRequest, object userState)
 {
     if ((this.GetSubCategoriesOperationCompleted == null))
     {
         this.GetSubCategoriesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSubCategoriesOperationCompleted);
     }
     this.InvokeAsync("GetSubCategories", new object[] {
         GetSubCategoriesRequest
     }, this.GetSubCategoriesOperationCompleted, userState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void GetSubCategoriesAsync(GetSubCategoriesRequest GetSubCategoriesRequest, object userState) {
     if ((this.GetSubCategoriesOperationCompleted == null)) {
         this.GetSubCategoriesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSubCategoriesOperationCompleted);
     }
     this.InvokeAsync("GetSubCategories", new object[] {
                 GetSubCategoriesRequest}, this.GetSubCategoriesOperationCompleted, userState);
 }
Exemplo n.º 4
0
 /// <remarks/>
 public void GetSubCategoriesAsync(GetSubCategoriesRequest GetSubCategoriesRequest) {
     this.GetSubCategoriesAsync(GetSubCategoriesRequest, null);
 }
Exemplo n.º 5
0
 /// <remarks/>
 public void GetSubCategoriesAsync(GetSubCategoriesRequest GetSubCategoriesRequest)
 {
     this.GetSubCategoriesAsync(GetSubCategoriesRequest, null);
 }