/// <remarks/>
 public void UpdateWebCategoryAsync(UpdateWebCategoryRequest UpdateWebCategoryRequest, object userState) {
     if ((this.UpdateWebCategoryOperationCompleted == null)) {
         this.UpdateWebCategoryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateWebCategoryOperationCompleted);
     }
     this.InvokeAsync("UpdateWebCategory", new object[] {
                 UpdateWebCategoryRequest}, this.UpdateWebCategoryOperationCompleted, userState);
 }
 /// <remarks/>
 public void UpdateWebCategoryAsync(UpdateWebCategoryRequest UpdateWebCategoryRequest) {
     this.UpdateWebCategoryAsync(UpdateWebCategoryRequest, null);
 }