コード例 #1
0
ファイル: Reference.cs プロジェクト: venkattillid/PayPalTest
 /// <remarks/>
 public void GetBillingAgreementCustomerDetailsAsync(GetBillingAgreementCustomerDetailsReq GetBillingAgreementCustomerDetailsReq, object userState) {
     if ((this.GetBillingAgreementCustomerDetailsOperationCompleted == null)) {
         this.GetBillingAgreementCustomerDetailsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetBillingAgreementCustomerDetailsOperationCompleted);
     }
     this.InvokeAsync("GetBillingAgreementCustomerDetails", new object[] {
                 GetBillingAgreementCustomerDetailsReq}, this.GetBillingAgreementCustomerDetailsOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: venkattillid/PayPalTest
 /// <remarks/>
 public void GetBillingAgreementCustomerDetailsAsync(GetBillingAgreementCustomerDetailsReq GetBillingAgreementCustomerDetailsReq) {
     this.GetBillingAgreementCustomerDetailsAsync(GetBillingAgreementCustomerDetailsReq, null);
 }