PersistentChatServices.EndSetPreferenceBundle(IAsyncResult) Method

Definition

public:
 int EndSetPreferenceBundle(IAsyncResult ^ asyncResult);
public int EndSetPreferenceBundle (IAsyncResult asyncResult);
member this.EndSetPreferenceBundle : IAsyncResult -> int
Public Function EndSetPreferenceBundle (asyncResult As IAsyncResult) As Integer

Parameters

asyncResult
IAsyncResult

The IAsyncResult that references this operation.

Returns

The new sequence ID of the preference bundle, as set by the persistent chat server.

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