What is the Receive method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the Receive method?
Rating:
The Receive method reads the next message from a queue and blocks the current thread until it is read. Pass an instance of the TimeSpan class as a parameter to control over the amount of time the thread is allowed to wait until the message becomes available. When the specified time elapses, the current thread resumes. Calling the Receive method also causes the message to be deleted from the queue after it is read.
Rating:
Was this information helpful?
Other articles
- How to create a public Web service method?
- What is the Context-Bound Objects Alloc / sec counter?
- What are the three views of a SOAP call?
- What is the Triple Data Encryption Algorithm (TDEA)?
- What is the SoapHeaderBinding class?