ChatRoomManagementServices.EndRemoveUsersOrGroupsFromRole Method

Definition

public:
 void EndRemoveUsersOrGroupsFromRole(IAsyncResult ^ asyncResult);
public void EndRemoveUsersOrGroupsFromRole (IAsyncResult asyncResult);
member this.EndRemoveUsersOrGroupsFromRole : IAsyncResult -> unit
Public Sub EndRemoveUsersOrGroupsFromRole (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

The IAsyncResult that references this operation.

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