/// <remarks/>
 public void Search_CategoryGetByTypeAsync(CategoryGetByTypeRequest request) {
     this.Search_CategoryGetByTypeAsync(request, null);
 }
 /// <remarks/>
 public void Search_CategoryGetByTypeAsync(CategoryGetByTypeRequest request, object userState) {
     if ((this.Search_CategoryGetByTypeOperationCompleted == null)) {
         this.Search_CategoryGetByTypeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSearch_CategoryGetByTypeOperationCompleted);
     }
     this.InvokeAsync("Search_CategoryGetByType", new object[] {
                 request}, this.Search_CategoryGetByTypeOperationCompleted, userState);
 }
 public CategoryGetResponse Search_CategoryGetByType(CategoryGetByTypeRequest request) {
     object[] results = this.Invoke("Search_CategoryGetByType", new object[] {
                 request});
     return ((CategoryGetResponse)(results[0]));
 }