コード例 #1
0
ファイル: Reference.cs プロジェクト: ndphu/ptudw-h5-cinema
 /// <remarks/>
 public void UpdateRecurringPaymentsProfileAsync(UpdateRecurringPaymentsProfileReq UpdateRecurringPaymentsProfileReq, object userState) {
     if ((this.UpdateRecurringPaymentsProfileOperationCompleted == null)) {
         this.UpdateRecurringPaymentsProfileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateRecurringPaymentsProfileOperationCompleted);
     }
     this.InvokeAsync("UpdateRecurringPaymentsProfile", new object[] {
                 UpdateRecurringPaymentsProfileReq}, this.UpdateRecurringPaymentsProfileOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: ndphu/ptudw-h5-cinema
 /// <remarks/>
 public void UpdateRecurringPaymentsProfileAsync(UpdateRecurringPaymentsProfileReq UpdateRecurringPaymentsProfileReq) {
     this.UpdateRecurringPaymentsProfileAsync(UpdateRecurringPaymentsProfileReq, null);
 }