Exemplo n.º 1
0
 /// <remarks/>
 public void getMarketPricesCompressedAsync(GetMarketPricesCompressedReq request) {
     this.getMarketPricesCompressedAsync(request, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void getMarketPricesCompressedAsync(GetMarketPricesCompressedReq request, object userState) {
     if ((this.getMarketPricesCompressedOperationCompleted == null)) {
         this.getMarketPricesCompressedOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetMarketPricesCompressedOperationCompleted);
     }
     this.InvokeAsync("getMarketPricesCompressed", new object[] {
                 request}, this.getMarketPricesCompressedOperationCompleted, userState);
 }
Exemplo n.º 3
0
 public GetMarketPricesCompressedResp getMarketPricesCompressed(GetMarketPricesCompressedReq request) {
     object[] results = this.Invoke("getMarketPricesCompressed", new object[] {
                 request});
     return ((GetMarketPricesCompressedResp)(results[0]));
 }