BeginQueryChatHistory Method
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Overload List
Name | Description | |
---|---|---|
BeginQueryChatHistory(ICollection<Uri>, ChatHistoryQueryOptions, AsyncCallback, Object) | Query the chat history for the specified collection of chat rooms, using the designated EndQueryChatHistory(IAsyncResult). | |
BeginQueryChatHistory(ICollection<Uri>, String, Boolean, Boolean, AsyncCallback, Object) | Query the chat history for the specified collection of chat rooms, using the designated search string and match options. |
Top