/// <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); }
/// <remarks/> public void SellerListingLookupAsync(SellerListingLookup SellerListingLookup1) { this.SellerListingLookupAsync(SellerListingLookup1, null); }