コード例 #1
0
 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]));
 }
コード例 #2
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);
 }
コード例 #3
0
 /// <remarks/>
 public void GetRatesAsync(string Token, bool IBRates, long Keyvalue, CollectionOfInt32 currencygroup)
 {
     this.GetRatesAsync(Token, IBRates, Keyvalue, currencygroup, null);
 }