PersistentChatUserServices Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| Endpoint |
Gets the endpoint that this service object is tied to. |
Methods
| Name | Description |
|---|---|
| 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) |