| 1. | Peeks a message that matches a given correlation identifier 查看匹配给定相关标识符的消息。 |
| 2. | Receives a message that matches a given correlation identifier 接收匹配给定相关标识符的消息。 |
| 3. | In addition to the receive method , you can receive messages with a specified identifier or specified correlation identifier 方法外,还可以使用指定的标识符或指定的相关标识符接收消息。 |
| 4. | Message queuing returns this error if the specified buffer for the message identifier or correlation identifier is not the correct size 如果消息标识符或相关标识符的指定缓冲区的大小不正确,则消息队列返回此错误。 |
| 5. | Peeks the message that matches the given correlation identifier and immediately raises an exception if no message with the specified correlation identifier currently exists in the queue 查看匹配给定相关标识符的消息,而且在队列中当前不存在具有指定相关标识符的消息时,立即引发异常。 |
| 6. | Peeks the message that matches the given correlation identifier and waits until either a message with the specified correlation identifier is available in the queue , or the time - out expires 查看匹配给定相关标识符的消息,并且一直等到队列中出现具有指定相关标识符的消息或超时过期时。 |
| 7. | Receives the message that matches the given correlation identifier and immediately raises an exception if no message with the specified correlation identifier currently exists in the queue 接收匹配给定相关标识符的消息,而且在队列中当前不存在具有指定相关标识符的消息时立即引发异常。 |
| 8. | Receives the message that matches the given correlation identifier and waits until either a message with the specified correlation identifier is available in the queue , or the time - out expires 接收与给定的相关标识符匹配的消息,并且一直等到队列中出现具有指定相关标识符的消息或超时过期。 |
| 9. | Receives the message that matches the given correlation identifier from a transactional queue and immediately raises an exception if no message with the specified correlation identifier currently exists in the queue 从事务性队列中接收与给定的相关标识符匹配的消息,而且在队列中当前不存在具有指定相关标识符的消息时立即引发异常。 |
| 10. | Receives the message that matches the given correlation identifier from a transactional queue and waits until either a message with the specified correlation identifier is available in the queue , or the time - out expires 从事务性队列中接收与给定的相关标识符匹配的消息,并且一直等到队列中出现具有指定相关标识符的消息或者超时过期。 |