Edit

Share via


ChatRoomManagementServices.EndFindUsersOrGroupsForRole(IAsyncResult) Method

Definition

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

Parameters

asyncResult
IAsyncResult

The IAsyncResult that references this operation.

Returns

A collection of objects describing the users and user groups who are eligible for the role on the specified 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