Пример #1
0
 /// <remarks/>
 public void GetCustomerSocialInfoAsync(GetCustomerSocialInfoRequest GetCustomerSocialInfoRequest, object userState) {
     if ((this.GetCustomerSocialInfoOperationCompleted == null)) {
         this.GetCustomerSocialInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerSocialInfoOperationCompleted);
     }
     this.InvokeAsync("GetCustomerSocialInfo", new object[] {
                 GetCustomerSocialInfoRequest}, this.GetCustomerSocialInfoOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void GetCustomerSocialInfoAsync(GetCustomerSocialInfoRequest GetCustomerSocialInfoRequest) {
     this.GetCustomerSocialInfoAsync(GetCustomerSocialInfoRequest, null);
 }