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