ChatRoomSession.EndJoin(IAsyncResult) Method

Definition

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