ChatRoomManagementServices.BeginFindChatRoomsUsingAddIn Method

Definition

Finds all chat rooms currently using the specified add-in. This request will be processed asynchronously. See EndFindChatRoomsUsingAddIn(IAsyncResult) to complete this asynchronous operation.

public:
 IAsyncResult ^ BeginFindChatRoomsUsingAddIn(Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatAddIn ^ addIn, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginFindChatRoomsUsingAddIn (Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatAddIn addIn, AsyncCallback userCallback, object state);
member this.BeginFindChatRoomsUsingAddIn : Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatAddIn * AsyncCallback * obj -> IAsyncResult
Public Function BeginFindChatRoomsUsingAddIn (addIn As PersistentChatAddIn, userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

addIn
PersistentChatAddIn

The add-in.

userCallback
AsyncCallback

The method to be invoked when this asynchronous operation completes.

state
Object

An object to be passed back to the callback.

Returns

An IAsyncResult that references this operation.

Exceptions

addIn is null.

The chat server connection is not in a valid state to send the command.

The PersistentChatEndpoint encountered an error communicating with the chat server.

Applies to