PersistentChatUserServices Class

Definition

A collection of methods which can be used to manage persistent chat users and user groups. An instance of this class may be obtained from the UserServices property of PersistentChatServices

public ref class PersistentChatUserServices
public class PersistentChatUserServices
type PersistentChatUserServices = class
Public Class PersistentChatUserServices
Inheritance
PersistentChatUserServices

Properties

Endpoint

Gets the endpoint that this service object is tied to.

Methods

BeginFindUsers(String, String, String, AsyncCallback, Object)

Finds users having a first name, last name, or email address containing the corresponding search string.

BeginGetUser(Uri, AsyncCallback, Object)

Gets the PersistentChatUser for the given SIP URI.

BeginGetUserGroup(PersistentChatPrincipalSummary, AsyncCallback, Object)

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

EndFindUsers(IAsyncResult, Boolean)

Completes the asynchronous request initiated by BeginFindUsers(String, String, String, AsyncCallback, Object)

EndGetUser(IAsyncResult)

Completes the asynchronous request initiated by BeginGetUser(Uri, AsyncCallback, Object)

EndGetUserGroup(IAsyncResult)

Completes the asynchronous request initiated by BeginGetUserGroup(PersistentChatPrincipalSummary, AsyncCallback, Object)

Applies to