ChatRoomManagementServices.EndGetChatRoomPermissions(IAsyncResult) Method

Definition

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

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

Parameters

asyncResult
IAsyncResult

The IAsyncResult that references this operation.

Returns

Returns a RoomPermissionMap of the permissions that the user has on the 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