/// <remarks/> public void CustomerContentLookupAsync(CustomerContentLookup CustomerContentLookup1, object userState) { if ((this.CustomerContentLookupOperationCompleted == null)) { this.CustomerContentLookupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCustomerContentLookupOperationCompleted); } this.InvokeAsync("CustomerContentLookup", new object[] { CustomerContentLookup1}, this.CustomerContentLookupOperationCompleted, userState); }
/// <remarks/> public void CustomerContentLookupAsync(CustomerContentLookup CustomerContentLookup1) { this.CustomerContentLookupAsync(CustomerContentLookup1, null); }