ChatRoomManagementServices.EndGetChatRoom(IAsyncResult) Method

Definition

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

Parameters

asyncResult
IAsyncResult

The IAsyncResult that references this operation.

Returns

The requested chat room

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