/// <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); }
/// <remarks/> public void GetCompanyCurrencyListAsync(GetCompanyCurrencyRequest GetCompanyCurrencyRequest) { this.GetCompanyCurrencyListAsync(GetCompanyCurrencyRequest, null); }