Beispiel #1
0
 /// <remarks/>
 public void GetItemCountryRegionAsync(GetItemCountryRegionRequest GetItemCountryRegionRequest, object userState) {
     if ((this.GetItemCountryRegionOperationCompleted == null)) {
         this.GetItemCountryRegionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetItemCountryRegionOperationCompleted);
     }
     this.InvokeAsync("GetItemCountryRegion", new object[] {
                 GetItemCountryRegionRequest}, this.GetItemCountryRegionOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void GetItemCountryRegionAsync(GetItemCountryRegionRequest GetItemCountryRegionRequest) {
     this.GetItemCountryRegionAsync(GetItemCountryRegionRequest, null);
 }