/// <remarks/>
 public void CreateQualificationTypeAsync(CreateQualificationType CreateQualificationType1)
 {
     this.CreateQualificationTypeAsync(CreateQualificationType1, null);
 }
 /// <remarks/>
 public void CreateQualificationTypeAsync(CreateQualificationType CreateQualificationType1, object userState)
 {
     if ((this.CreateQualificationTypeOperationCompleted == null)) {
         this.CreateQualificationTypeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateQualificationTypeOperationCompleted);
     }
     this.InvokeAsync("CreateQualificationType", new object[] {
                 CreateQualificationType1}, this.CreateQualificationTypeOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginCreateQualificationType(CreateQualificationType CreateQualificationType1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("CreateQualificationType", new object[] {
                 CreateQualificationType1}, callback, asyncState);
 }