Example #1
0
 /// <remarks/>
 public void GetCompanyCurrencyListAsync(GetCompanyCurrencyRequest GetCompanyCurrencyRequest, object userState) {
     if ((this.GetCompanyCurrencyListOperationCompleted == null)) {
         this.GetCompanyCurrencyListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCompanyCurrencyListOperationCompleted);
     }
     this.InvokeAsync("GetCompanyCurrencyList", new object[] {
                 GetCompanyCurrencyRequest}, this.GetCompanyCurrencyListOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void GetCompanyCurrencyListAsync(GetCompanyCurrencyRequest GetCompanyCurrencyRequest) {
     this.GetCompanyCurrencyListAsync(GetCompanyCurrencyRequest, null);
 }