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

            return((GetCategoryAttributesResponse)(results[0]));
        }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetCategoryAttributesAsync(GetCategoryAttributesRequest GetCategoryAttributesRequest, object userState)
 {
     if ((this.GetCategoryAttributesOperationCompleted == null))
     {
         this.GetCategoryAttributesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCategoryAttributesOperationCompleted);
     }
     this.InvokeAsync("GetCategoryAttributes", new object[] {
         GetCategoryAttributesRequest
     }, this.GetCategoryAttributesOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public void GetCategoryAttributesAsync(GetCategoryAttributesRequest GetCategoryAttributesRequest) {
     this.GetCategoryAttributesAsync(GetCategoryAttributesRequest, null);
 }
Ejemplo n.º 4
0
 /// <remarks/>
 public void GetCategoryAttributesAsync(GetCategoryAttributesRequest GetCategoryAttributesRequest, object userState) {
     if ((this.GetCategoryAttributesOperationCompleted == null)) {
         this.GetCategoryAttributesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCategoryAttributesOperationCompleted);
     }
     this.InvokeAsync("GetCategoryAttributes", new object[] {
                 GetCategoryAttributesRequest}, this.GetCategoryAttributesOperationCompleted, userState);
 }
Ejemplo n.º 5
0
 /// <remarks/>
 public void GetCategoryAttributesAsync(GetCategoryAttributesRequest GetCategoryAttributesRequest)
 {
     this.GetCategoryAttributesAsync(GetCategoryAttributesRequest, null);
 }