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