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