예제 #1
0
 /// <remarks/>
 public void GetCustomerPaymentProfileAsync(GetCustomerPaymentProfileRequestData request) {
     this.GetCustomerPaymentProfileAsync(request, null);
 }
예제 #2
0
 /// <remarks/>
 public void GetCustomerPaymentProfileAsync(GetCustomerPaymentProfileRequestData request, object userState) {
     if ((this.GetCustomerPaymentProfileOperationCompleted == null)) {
         this.GetCustomerPaymentProfileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerPaymentProfileOperationCompleted);
     }
     this.InvokeAsync("GetCustomerPaymentProfile", new object[] {
                 request}, this.GetCustomerPaymentProfileOperationCompleted, userState);
 }
예제 #3
0
 public GetCustomerPaymentProfileResponseData GetCustomerPaymentProfile(GetCustomerPaymentProfileRequestData request) {
     object[] results = this.Invoke("GetCustomerPaymentProfile", new object[] {
                 request});
     return ((GetCustomerPaymentProfileResponseData)(results[0]));
 }