Can a Wcf Channel Factory be used in concurrent operations?

36 Views Asked by At

I have a legacy c# code that is creating a new WCF channel factory for every call. I am intending to reuse the channel factory but I have a concern about whether the same IRequestChannel object be used to invoke concurrent calls in a Parallel.For loop

0

There are 0 best solutions below