Пример #1
0
 /// <remarks/>
 public void getAllCurrenciesV2Async(GetCurrenciesV2Req request) {
     this.getAllCurrenciesV2Async(request, null);
 }
Пример #2
0
 /// <remarks/>
 public void getAllCurrenciesV2Async(GetCurrenciesV2Req request, object userState) {
     if ((this.getAllCurrenciesV2OperationCompleted == null)) {
         this.getAllCurrenciesV2OperationCompleted = new System.Threading.SendOrPostCallback(this.OngetAllCurrenciesV2OperationCompleted);
     }
     this.InvokeAsync("getAllCurrenciesV2", new object[] {
                 request}, this.getAllCurrenciesV2OperationCompleted, userState);
 }
Пример #3
0
 public GetCurrenciesV2Resp getAllCurrenciesV2(GetCurrenciesV2Req request) {
     object[] results = this.Invoke("getAllCurrenciesV2", new object[] {
                 request});
     return ((GetCurrenciesV2Resp)(results[0]));
 }