/// <remarks/>
 public void CreateWebCategoryAsync(CreateWebCategoryRequest CreateWebCategoryRequest, object userState) {
     if ((this.CreateWebCategoryOperationCompleted == null)) {
         this.CreateWebCategoryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateWebCategoryOperationCompleted);
     }
     this.InvokeAsync("CreateWebCategory", new object[] {
                 CreateWebCategoryRequest}, this.CreateWebCategoryOperationCompleted, userState);
 }
 /// <remarks/>
 public void CreateWebCategoryAsync(CreateWebCategoryRequest CreateWebCategoryRequest) {
     this.CreateWebCategoryAsync(CreateWebCategoryRequest, null);
 }