ChatRoomManagementServices.BeginFindCategoriesWithCreateRights Method

Definition

Finds all categories for which the currently logged in user has rights to create new chat rooms.

public:
 IAsyncResult ^ BeginFindCategoriesWithCreateRights(AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginFindCategoriesWithCreateRights (AsyncCallback userCallback, object state);
member this.BeginFindCategoriesWithCreateRights : AsyncCallback * obj -> IAsyncResult
Public Function BeginFindCategoriesWithCreateRights (userCallback As AsyncCallback, state As Object) 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.

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.

Remarks

Any allowed creator in a category can create new chatrooms. This request will be processed asynchronously. See EndFindCategoriesWithCreateRights(IAsyncResult) to complete this asynchronous operation.

Applies to