/// <remarks/>
 public void CreateGSLBRegionPoolEntryAsync(CreateGSLBRegionPoolEntryRequestType CreateGSLBRegionPoolEntryRequest, object userState) {
     if ((this.CreateGSLBRegionPoolEntryOperationCompleted == null)) {
         this.CreateGSLBRegionPoolEntryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateGSLBRegionPoolEntryOperationCompleted);
     }
     this.InvokeAsync("CreateGSLBRegionPoolEntry", new object[] {
                 CreateGSLBRegionPoolEntryRequest}, this.CreateGSLBRegionPoolEntryOperationCompleted, userState);
 }
 /// <remarks/>
 public void CreateGSLBRegionPoolEntryAsync(CreateGSLBRegionPoolEntryRequestType CreateGSLBRegionPoolEntryRequest) {
     this.CreateGSLBRegionPoolEntryAsync(CreateGSLBRegionPoolEntryRequest, null);
 }