/// <remarks/>
 public void RegisterHITTypeAsync(RegisterHITType RegisterHITType1)
 {
     this.RegisterHITTypeAsync(RegisterHITType1, null);
 }
 /// <remarks/>
 public void RegisterHITTypeAsync(RegisterHITType RegisterHITType1, object userState)
 {
     if ((this.RegisterHITTypeOperationCompleted == null)) {
         this.RegisterHITTypeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRegisterHITTypeOperationCompleted);
     }
     this.InvokeAsync("RegisterHITType", new object[] {
                 RegisterHITType1}, this.RegisterHITTypeOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginRegisterHITType(RegisterHITType RegisterHITType1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("RegisterHITType", new object[] {
                 RegisterHITType1}, callback, asyncState);
 }