コード例 #1
0
ファイル: Reference.cs プロジェクト: khallgren/CTWebMgmt
 /// <remarks/>
 public void PaymentAccountQueryTokenReportAsync(Credentials credentials, Application application, Paging paging, ExtendedParameters[] extendedParameters) {
     this.PaymentAccountQueryTokenReportAsync(credentials, application, paging, extendedParameters, null);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: khallgren/CTWebMgmt
 /// <remarks/>
 public void PaymentAccountQueryTokenReportAsync(Credentials credentials, Application application, Paging paging, ExtendedParameters[] extendedParameters, object userState) {
     if ((this.PaymentAccountQueryTokenReportOperationCompleted == null)) {
         this.PaymentAccountQueryTokenReportOperationCompleted = new System.Threading.SendOrPostCallback(this.OnPaymentAccountQueryTokenReportOperationCompleted);
     }
     this.InvokeAsync("PaymentAccountQueryTokenReport", new object[] {
                 credentials,
                 application,
                 paging,
                 extendedParameters}, this.PaymentAccountQueryTokenReportOperationCompleted, userState);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: khallgren/CTWebMgmt
 public Response PaymentAccountQueryTokenReport(Credentials credentials, Application application, Paging paging, [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] ExtendedParameters[] extendedParameters) {
     object[] results = this.Invoke("PaymentAccountQueryTokenReport", new object[] {
                 credentials,
                 application,
                 paging,
                 extendedParameters});
     return ((Response)(results[0]));
 }