Пример #1
0
 /// <remarks/>
 public void GetCustomerContactAsync(GetCustomerContactRequest GetCustomerContactRequest, object userState) {
     if ((this.GetCustomerContactOperationCompleted == null)) {
         this.GetCustomerContactOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerContactOperationCompleted);
     }
     this.InvokeAsync("GetCustomerContact", new object[] {
                 GetCustomerContactRequest}, this.GetCustomerContactOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void GetCustomerContactAsync(GetCustomerContactRequest GetCustomerContactRequest) {
     this.GetCustomerContactAsync(GetCustomerContactRequest, null);
 }