PersistentChatUserServices.EndGetUserGroup(IAsyncResult) Method

Definition

Completes the asynchronous request initiated by BeginGetUserGroup(PersistentChatPrincipalSummary, AsyncCallback, Object)

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

Parameters

asyncResult
IAsyncResult

The IAsyncResult that references this operation.

Returns

The requested user group

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