/// <remarks/>
 public void updateHostAsync(UpdateHostType updateHostInput)
 {
     this.updateHostAsync(updateHostInput, null);
 }
 /// <remarks/>
 public void updateHostAsync(UpdateHostType updateHostInput, object userState)
 {
     if ((this.updateHostOperationCompleted == null))
     {
         this.updateHostOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateHostOperationCompleted);
     }
     this.InvokeAsync("updateHost", new object[] {
                 updateHostInput}, this.updateHostOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginupdateHost(UpdateHostType updateHostInput, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("updateHost", new object[] {
                 updateHostInput}, callback, asyncState);
 }