/// <remarks/> public void getMarketInfoAsync(GetMarketInfoReq request) { this.getMarketInfoAsync(request, null); }
/// <remarks/> public void getMarketInfoAsync(GetMarketInfoReq request, object userState) { if ((this.getMarketInfoOperationCompleted == null)) { this.getMarketInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetMarketInfoOperationCompleted); } this.InvokeAsync("getMarketInfo", new object[] { request}, this.getMarketInfoOperationCompleted, userState); }
public GetMarketInfoResp getMarketInfo(GetMarketInfoReq request) { object[] results = this.Invoke("getMarketInfo", new object[] { request}); return ((GetMarketInfoResp)(results[0])); }