ChatRoomSession.EndQueryChatHistory(IAsyncResult) Method

Definition

public:
 Microsoft::Rtc::Collaboration::PersistentChat::ChatHistoryResult ^ EndQueryChatHistory(IAsyncResult ^ asyncResult);
public Microsoft.Rtc.Collaboration.PersistentChat.ChatHistoryResult EndQueryChatHistory (IAsyncResult asyncResult);
member this.EndQueryChatHistory : IAsyncResult -> Microsoft.Rtc.Collaboration.PersistentChat.ChatHistoryResult
Public Function EndQueryChatHistory (asyncResult As IAsyncResult) As ChatHistoryResult

Parameters

asyncResult
IAsyncResult

The IAsyncResult that references this operation.

Returns

The result of this chat history query.

Exceptions

asyncResult is null.

The chat server encountered an error processing the request.

The PersistentChatEndpoint encountered an error communicating with the chat server.

This method was invoked multiple times with the same IAsyncResult instance.

Applies to