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])); }
/// <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); }
/// <remarks/> public void GetCategoryAttributesAsync(GetCategoryAttributesRequest GetCategoryAttributesRequest) { this.GetCategoryAttributesAsync(GetCategoryAttributesRequest, null); }
/// <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); }