PersistentChatUserServices.BeginGetUserGroup Method

Definition

Gets detailed information, permissions, and membership affiliations for the specified group.

public:
 IAsyncResult ^ BeginGetUserGroup(Microsoft::Rtc::Collaboration::PersistentChat::Management::PersistentChatPrincipalSummary ^ group, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginGetUserGroup (Microsoft.Rtc.Collaboration.PersistentChat.Management.PersistentChatPrincipalSummary group, AsyncCallback userCallback, object state);
member this.BeginGetUserGroup : Microsoft.Rtc.Collaboration.PersistentChat.Management.PersistentChatPrincipalSummary * AsyncCallback * obj -> IAsyncResult
Public Function BeginGetUserGroup (group As PersistentChatPrincipalSummary, userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

group
PersistentChatPrincipalSummary

An object describing the PersistentChatUserGroup for which detailed information is being requested.

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

group is null.

group is not a valid type for this operation or 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

This request will be processed asynchronously. Call EndGetUserGroup(IAsyncResult) to complete this asynchronous operation.

Applies to