ChatRoomSession.EndSendChatMessage(IAsyncResult) Method

Definition

public:
 void EndSendChatMessage(IAsyncResult ^ asyncResult);
public void EndSendChatMessage (IAsyncResult asyncResult);
member this.EndSendChatMessage : IAsyncResult -> unit
Public Sub EndSendChatMessage (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