Пример #1
0
 /// <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);
 }
Пример #2
0
 /// <remarks/>
 public void CustomerContentLookupAsync(CustomerContentLookup CustomerContentLookup1) {
     this.CustomerContentLookupAsync(CustomerContentLookup1, null);
 }