/// <remarks/>
 public void UpdateGSLBRegionPoolEntryAsync(UpdateGSLBRegionPoolEntryRequestType UpdateGSLBRegionPoolEntryRequest, object userState) {
     if ((this.UpdateGSLBRegionPoolEntryOperationCompleted == null)) {
         this.UpdateGSLBRegionPoolEntryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateGSLBRegionPoolEntryOperationCompleted);
     }
     this.InvokeAsync("UpdateGSLBRegionPoolEntry", new object[] {
                 UpdateGSLBRegionPoolEntryRequest}, this.UpdateGSLBRegionPoolEntryOperationCompleted, userState);
 }
 /// <remarks/>
 public void UpdateGSLBRegionPoolEntryAsync(UpdateGSLBRegionPoolEntryRequestType UpdateGSLBRegionPoolEntryRequest) {
     this.UpdateGSLBRegionPoolEntryAsync(UpdateGSLBRegionPoolEntryRequest, null);
 }