Exemplo n.º 1
0
 /// <remarks/>
 public void SellerListingLookupAsync(SellerListingLookup SellerListingLookup1, object userState) {
     if ((this.SellerListingLookupOperationCompleted == null)) {
         this.SellerListingLookupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSellerListingLookupOperationCompleted);
     }
     this.InvokeAsync("SellerListingLookup", new object[] {
                 SellerListingLookup1}, this.SellerListingLookupOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void SellerListingLookupAsync(SellerListingLookup SellerListingLookup1) {
     this.SellerListingLookupAsync(SellerListingLookup1, null);
 }