RemotePresence Members
Include Protected Members
Include Inherited Members
Enables the owner endpoint to subscribe to the presence of other unified communications entities identified by their SIP URIs.
The RemotePresence type exposes the following members.
Properties
Name | Description | |
---|---|---|
PresenceSubscriptionCategories | This property will be removed from future versions. Instead use PresenceSettings.RemotePresenceSubscritionCategories. Gets or sets the list of categories to subscribe for. Categories that are subscribed to by default are: "contactCard", "note", "state", "services", "calendarData". | |
SubscriberEndpoint | Gets the instance of associated local endpoint. |
Top
Methods
Name | Description | |
---|---|---|
BeginAddTargets | Begins an asynchronous operation to add a target in the subscription dispatcher and to start the subscription for the given target. | |
BeginPresenceQuery | Begins a presence query request for a given list of targets for the given set of presence categories. | |
BeginRefresh | Begins an asynchronous operation to refresh the notifications. | |
BeginRemoveAllTargets | Begins an asynchronous operation to unsubscribe to all existing subscriptions that are not already terminating. | |
BeginRemoveTarget | Begins an asynchronous operation to unsubscribe to a target. | |
EndAddTargets | Ends the asynchronous operation started by BeginAddTargets(ICollection<RemotePresentitySubscriptionTarget>, AsyncCallback, Object). | |
EndPresenceQuery | Ends the asynchronous operation initiated by the BeginPresenceQuery. | |
EndRefresh | Ends the asynchronous operation started by BeginRefresh(AsyncCallback, Object). | |
EndRemoveAllTargets | Ends the asynchronous operation started by BeginRemoveAllTargets(AsyncCallback, Object). | |
EndRemoveTarget | Ends the asynchronous operation started by BeginRemoveTarget(String, AsyncCallback, Object). | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetCurrentSubscriptionState | Gets the current subscription state for a given target. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Events
Name | Description | |
---|---|---|
PresenceNotificationReceived | Raised when presence state changes for any target on the subscription. | |
PresenceSubscriptionStateChanged | Raised when subscription state changes for any target. |
Top