RemotePresenceSubscriptionStateChangedEventArgs 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.
Represents event arguments that are used to notify a local endpoint owner that the subscription state on a subscribed-to target has changed.
public ref class RemotePresenceSubscriptionStateChangedEventArgs : EventArgs
public class RemotePresenceSubscriptionStateChangedEventArgs : EventArgs
type RemotePresenceSubscriptionStateChangedEventArgs = class
inherit EventArgs
Public Class RemotePresenceSubscriptionStateChangedEventArgs
Inherits EventArgs
- Inheritance
-
RemotePresenceSubscriptionStateChangedEventArgs
Remarks
When a subscription to a remote entity's presence is successful, the subscription state is set to "Subscribed". A subscription state of Terminated indicates either that the target's presence has been unsubscribed to or that UCMA was unsuccessful in subscribing to it.
Properties
Notifications |
Gets the list of presence notifications indexed by the target URI. |