G
Guest
I have been unable to locate an answer for this question because (1) it is
late in the day and my eyes are tired of looking at code and documentation,
(2) I am new to this area of the .NET framework, or (3) a combination of (1)
and (2).
I am looking at using messaging in an application I am working on. I have
been reading the documentation about messaging and have been able to
understand just about everything that I have read so far. I don't see it as
being a requirement, but how do you suspend an asynchronous receive operation
on a message queue? Once the BeginReceive method is called, I would like to
stop the MessageQueue object from listening for new messages.
Thank you,
Jason Richmeier
late in the day and my eyes are tired of looking at code and documentation,
(2) I am new to this area of the .NET framework, or (3) a combination of (1)
and (2).
I am looking at using messaging in an application I am working on. I have
been reading the documentation about messaging and have been able to
understand just about everything that I have read so far. I don't see it as
being a requirement, but how do you suspend an asynchronous receive operation
on a message queue? Once the BeginReceive method is called, I would like to
stop the MessageQueue object from listening for new messages.
Thank you,
Jason Richmeier