ChatRoomManagementServices.EndFindChatRoomsByParentCategory Method

Definition

Completes the asynchronous request initiated by BeginFindChatRoomsByParentCategory(Uri, AsyncCallback, Object)

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomSummary ^> ^ EndFindChatRoomsByParentCategory(IAsyncResult ^ asyncResult);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSummary> EndFindChatRoomsByParentCategory (IAsyncResult asyncResult);
member this.EndFindChatRoomsByParentCategory : IAsyncResult -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSummary>
Public Function EndFindChatRoomsByParentCategory (asyncResult As IAsyncResult) As ReadOnlyCollection(Of ChatRoomSummary)

Parameters

asyncResult
IAsyncResult

The IAsyncResult that references this operation.

Returns

A collection of objects describing chat rooms which match the requested criteria.

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