Hello,
Does your api works in multi threading environment?
I am trying to retrive status of the job, in single thread it work fine, but it # of threads > 1 than I get this exception in
XOA xoa = new XOA {Url = reciever, RequestValue = requestValue};
Thread was being aborted.
ExceptionState = Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.
please let me know how can I make it work in multithreading environment.
Thanks,
Alexander.