views:

29

answers:

1

Hi there,

Can anybody advice me the best practice for closing WCF clients after doing a async calls? Should it be within the "completed" method or should there be a different approach?

/BB

+1  A: 

Hi,

It's a good practice to close the client in the EndOperation() method.

--larsw

larsw