LocalEndpointPresenceServices Members
Include Protected Members
Include Inherited Members
Represents the base class which provide presence services related to publication of local presence data and subscription to remote presentities.
The LocalEndpointPresenceServices type exposes the following members.
Properties
Name | Description | |
---|---|---|
LocalEndpoint | Gets the instance of LocalEndpoint for PresenceServices. | |
PresenceSubscriptionCategories | Gets the presence subscription categories that new views that are created will be initialized with. |
Top
Methods
Name | Description | |
---|---|---|
BeginPresenceQuery | Begins a presence query request for a given list of targets for the given set of presence categories. | |
BeginRefreshRemotePresenceViews | Begins the asynchronous operation to refresh all views that were created out of this endpoint. | |
EndPresenceQuery | Ends the asynchronous operation initiated by the BeginPresenceQuery. | |
EndRefreshRemotePresenceViews | Completes the asynchronous operation started by BeginRefreshRemotePresenceViews(AsyncCallback, Object). | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetRemotePresenceViews | Returns all the views created on this endpoint. | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top