PersistentChatServices.BeginBrowseChatRoomsIManage Method

Definition

Browse the list of chat rooms that the currently logged in user can manage. This request will be processed asynchronously. See EndBrowseChatRoomsIManage(IAsyncResult) to complete this asynchronous operation.

public:
 IAsyncResult ^ BeginBrowseChatRoomsIManage(AsyncCallback ^ userCallback, System::Object ^ state, System::UInt32 maxResults);
public IAsyncResult BeginBrowseChatRoomsIManage (AsyncCallback userCallback, object state, uint maxResults);
member this.BeginBrowseChatRoomsIManage : AsyncCallback * obj * uint32 -> IAsyncResult
Public Function BeginBrowseChatRoomsIManage (userCallback As AsyncCallback, state As Object, maxResults As UInteger) As IAsyncResult

Parameters

userCallback
AsyncCallback

The method to be invoked when this asynchronous operation completes.

state
Object

An object to be passed back to the callback.

maxResults
UInt32

The maximum number of rooms to return subject to server configured limits.

Returns

An IAsyncResult that references this operation.

Exceptions

The chat server connection is not in a valid state to send the command.

The PersistentChatEndpoint encountered an error communicating with the chat server.

Applies to