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