/// <remarks/>
 public void UpdateGSLBAsync(UpdateGSLBRequestType UpdateGSLBRequest, object userState) {
     if ((this.UpdateGSLBOperationCompleted == null)) {
         this.UpdateGSLBOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateGSLBOperationCompleted);
     }
     this.InvokeAsync("UpdateGSLB", new object[] {
                 UpdateGSLBRequest}, this.UpdateGSLBOperationCompleted, userState);
 }
 /// <remarks/>
 public void UpdateGSLBAsync(UpdateGSLBRequestType UpdateGSLBRequest) {
     this.UpdateGSLBAsync(UpdateGSLBRequest, null);
 }