ChatRoomManagementServices.EndUpdateChatRoom(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Completes the asynchronous request initiated by BeginUpdateChatRoom(ChatRoomInformation, AsyncCallback, Object) or BeginUpdateChatRoom(ChatRoomInformation, ICollection<PersistentChatPrincipalSummary>, ICollection<PersistentChatPrincipalSummary>, ICollection<PersistentChatPrincipalSummary>, AsyncCallback, Object)
public:
void EndUpdateChatRoom(IAsyncResult ^ asyncResult);
public void EndUpdateChatRoom (IAsyncResult asyncResult);
member this.EndUpdateChatRoom : IAsyncResult -> unit
Public Sub EndUpdateChatRoom (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.