コード例 #1
0
 /// <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);
 }
コード例 #2
0
 /// <remarks/>
 public void CreateGSLBRegionPoolEntryAsync(CreateGSLBRegionPoolEntryRequestType CreateGSLBRegionPoolEntryRequest) {
     this.CreateGSLBRegionPoolEntryAsync(CreateGSLBRegionPoolEntryRequest, null);
 }