Exemple #1
0
 /// <remarks/>
 public void GetCompanyTaxTypeListAsync(GetCompanyTaxTypeRequest GetCompanyTaxTypeRequest, object userState) {
     if ((this.GetCompanyTaxTypeListOperationCompleted == null)) {
         this.GetCompanyTaxTypeListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCompanyTaxTypeListOperationCompleted);
     }
     this.InvokeAsync("GetCompanyTaxTypeList", new object[] {
                 GetCompanyTaxTypeRequest}, this.GetCompanyTaxTypeListOperationCompleted, userState);
 }
Exemple #2
0
 /// <remarks/>
 public void GetCompanyTaxTypeListAsync(GetCompanyTaxTypeRequest GetCompanyTaxTypeRequest) {
     this.GetCompanyTaxTypeListAsync(GetCompanyTaxTypeRequest, null);
 }