Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
浏览消息存储库中满足给定选择程序的排队消息。
Public Function BrowseMessagesBySelector( ByVal selector As String ) As System.Collections.IEnumerator
public System.Collections.IEnumerator BrowseMessagesBySelector( string selector )
selector 选择程序。
可用消息的枚举器。
正在浏览消息,因此无法对其进行确认。由于浏览消息分配了本机资源,应该在完成时,调用枚举器的 Reset() 方法。如果不调用此方法,则直到释放此 QAManagerBase 对象时才会释放本地资源。
使用 QAManagerBase.GetMessage 接收消息,以便可以对这些消息进行确认。