/// <remarks/>
 public void CreateRTTMRegionPoolEntryAsync(CreateRTTMRegionPoolEntryRequestType CreateRTTMRegionPoolEntryRequest, object userState) {
     if ((this.CreateRTTMRegionPoolEntryOperationCompleted == null)) {
         this.CreateRTTMRegionPoolEntryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateRTTMRegionPoolEntryOperationCompleted);
     }
     this.InvokeAsync("CreateRTTMRegionPoolEntry", new object[] {
                 CreateRTTMRegionPoolEntryRequest}, this.CreateRTTMRegionPoolEntryOperationCompleted, userState);
 }
 /// <remarks/>
 public void CreateRTTMRegionPoolEntryAsync(CreateRTTMRegionPoolEntryRequestType CreateRTTMRegionPoolEntryRequest) {
     this.CreateRTTMRegionPoolEntryAsync(CreateRTTMRegionPoolEntryRequest, null);
 }