ChatHistoryResult Class
A collection of Messages for a single chat room, which match the requested ChatHistoryQueryOptions. Returned as the result of a chat history query.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.GroupChat.ChatHistoryResult
Namespace: Microsoft.Rtc.Collaboration.GroupChat
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Public Class ChatHistoryResult
'Usage
Dim instance As ChatHistoryResult
public class ChatHistoryResult
Thread Safety
All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.
See Also
Reference
Microsoft.Rtc.Collaboration.GroupChat Namespace
BeginQueryChatHistory(ChatHistoryQueryOptions, AsyncCallback, Object)
BeginQueryChatHistory(String, Boolean, Boolean, AsyncCallback, Object)
BeginQueryChatHistory(ICollection<Uri>, ChatHistoryQueryOptions, AsyncCallback, Object)
BeginQueryChatHistory(ICollection<Uri>, String, Boolean, Boolean, AsyncCallback, Object)