public string GetRates(string Token, bool IBRates, long Keyvalue, CollectionOfInt32 currencygroup) { object[] results = this.Invoke("GetRates", new object[] { Token, IBRates, Keyvalue, currencygroup }); return((string)(results[0])); }
/// <remarks/> public void GetRatesAsync(string Token, bool IBRates, long Keyvalue, CollectionOfInt32 currencygroup, object userState) { if ((this.GetRatesOperationCompleted == null)) { this.GetRatesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetRatesOperationCompleted); } this.InvokeAsync("GetRates", new object[] { Token, IBRates, Keyvalue, currencygroup }, this.GetRatesOperationCompleted, userState); }
/// <remarks/> public void GetRatesAsync(string Token, bool IBRates, long Keyvalue, CollectionOfInt32 currencygroup) { this.GetRatesAsync(Token, IBRates, Keyvalue, currencygroup, null); }