Exemplo n.º 1
0
 public ProxyReconcileTaxHistoryResult ReconcileTaxHistory(ProxyReconcileTaxHistoryRequest ReconcileTaxHistoryRequest)
 {
     object[] results = this.Invoke("ReconcileTaxHistory", new object[] {
         ReconcileTaxHistoryRequest
     });
     return((ProxyReconcileTaxHistoryResult)(results[0]));
 }
Exemplo n.º 2
0
 /// <remarks/>
 public IAsyncResult BeginReconcileTaxHistory(ProxyReconcileTaxHistoryRequest ReconcileTaxHistoryRequest, AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("ReconcileTaxHistory", new object[] {
         ReconcileTaxHistoryRequest
     }, callback, asyncState));
 }