/// <remarks/> public void SellerLookupAsync(SellerLookup SellerLookup1, object userState) { if ((this.SellerLookupOperationCompleted == null)) { this.SellerLookupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSellerLookupOperationCompleted); } this.InvokeAsync("SellerLookup", new object[] { SellerLookup1}, this.SellerLookupOperationCompleted, userState); }
/// <remarks/> public void SellerLookupAsync(SellerLookup SellerLookup1) { this.SellerLookupAsync(SellerLookup1, null); }