Exemplo n.º 1
0
 /// <remarks/>
 public void getAllCurrenciesAsync(GetCurrenciesReq request) {
     this.getAllCurrenciesAsync(request, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void getAllCurrenciesAsync(GetCurrenciesReq request, object userState) {
     if ((this.getAllCurrenciesOperationCompleted == null)) {
         this.getAllCurrenciesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetAllCurrenciesOperationCompleted);
     }
     this.InvokeAsync("getAllCurrencies", new object[] {
                 request}, this.getAllCurrenciesOperationCompleted, userState);
 }
Exemplo n.º 3
0
 public GetCurrenciesResp getAllCurrencies(GetCurrenciesReq request) {
     object[] results = this.Invoke("getAllCurrencies", new object[] {
                 request});
     return ((GetCurrenciesResp)(results[0]));
 }