ChatHistoryResult Members
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.
A collection of Messages for a single chat room, which match the requested ChatHistoryQueryOptions. Returned as the result of a chat history query.
The ChatHistoryResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
ChatRoomName | Gets the name of the chat room for the messages contained in this instance. | |
ChatRoomUri | Gets the URI of the chat room for the messages contained in this instance. | |
ExceededServerLimit | Gets a value indicating whether the query results exceeded the server limit. If the limit was exceeded, an additional page of results may be obtained by setting the StartingMessageID to the MessageId of the last message found in this result set. | |
Messages | Gets the collection of messages which matched the query. | |
SearchResultsCount | Gets the total count of messages which matched the query. Due to server limits, the result may not contain all matching messages. If the result set was truncated, ExceededServerLimit will be true. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top