コード例 #1
0
ファイル: Reference.cs プロジェクト: netmatrix01/Innocent
 /// <remarks/>
 public void GetRecurringPaymentsProfileDetailsAsync(GetRecurringPaymentsProfileDetailsReq GetRecurringPaymentsProfileDetailsReq, object userState) {
     if ((this.GetRecurringPaymentsProfileDetailsOperationCompleted == null)) {
         this.GetRecurringPaymentsProfileDetailsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetRecurringPaymentsProfileDetailsOperationCompleted);
     }
     this.InvokeAsync("GetRecurringPaymentsProfileDetails", new object[] {
                 GetRecurringPaymentsProfileDetailsReq}, this.GetRecurringPaymentsProfileDetailsOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: netmatrix01/Innocent
 /// <remarks/>
 public void GetRecurringPaymentsProfileDetailsAsync(GetRecurringPaymentsProfileDetailsReq GetRecurringPaymentsProfileDetailsReq) {
     this.GetRecurringPaymentsProfileDetailsAsync(GetRecurringPaymentsProfileDetailsReq, null);
 }