ChatRoomManagementServices.EndGetAllAddIns(IAsyncResult) Method

Definition

Completes the asynchronous request initiated by BeginGetAllAddIns(AsyncCallback, Object)

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

Parameters

asyncResult
IAsyncResult

The IAsyncResult that references this operation.

Returns

The complete set of AddIns that have been registered with the server.

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