コード例 #1
0
ファイル: Reference.cs プロジェクト: paulmd3/mpx_mobile
 /// <remarks/>
 public void updateAccountRecurringGiftAsync(updateAccountRecurringGiftRequest updateAccountRecurringGiftRequest, object userState) {
     if ((this.updateAccountRecurringGiftOperationCompleted == null)) {
         this.updateAccountRecurringGiftOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateAccountRecurringGiftOperationCompleted);
     }
     this.InvokeAsync("updateAccountRecurringGift", new object[] {
                 updateAccountRecurringGiftRequest}, this.updateAccountRecurringGiftOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: paulmd3/mpx_mobile
 /// <remarks/>
 public void updateAccountRecurringGiftAsync(updateAccountRecurringGiftRequest updateAccountRecurringGiftRequest) {
     this.updateAccountRecurringGiftAsync(updateAccountRecurringGiftRequest, null);
 }