Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
浏览正在等待的已发送到给定地址的下一条可用消息。
Public Function BrowseMessagesByQueue( ByVal address As String ) As System.Collections.IEnumerator
public System.Collections.IEnumerator BrowseMessagesByQueue( string address )
address 消息的地址。
可用消息的枚举器。
正在浏览消息,因此无法对这些消息进行确认。由于浏览消息分配了本机资源,应该在完成时,调用枚举器的 Reset() 方法。如果不调用此方法,则直到释放此 QAManagerBase 对象时才会释放本地资源。
使用 QAManagerBase.GetMessage 接收消息,以便可以对这些消息进行确认。