N
Norm
Hello,
I have a web page that is getting some data from a WCF webservice. I
have it operating pretty nicely. The connection open is running
asynchronous and it all works. I noticed that the IClientChannel
interface also has a Begin/End close method. My question is: can I
just call BeginClose and trash the IAsyncResult? Will it fail to close
completely when it disposes? Its not really a big deal, I'm just
curious.
Norm
I have a web page that is getting some data from a WCF webservice. I
have it operating pretty nicely. The connection open is running
asynchronous and it all works. I noticed that the IClientChannel
interface also has a Begin/End close method. My question is: can I
just call BeginClose and trash the IAsyncResult? Will it fail to close
completely when it disposes? Its not really a big deal, I'm just
curious.
Norm