RemoteSubscriptionStateChangedEventArgs 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 RemoteSubscriptionStateChangedEventArgs : EventArgs
public class RemoteSubscriptionStateChangedEventArgs : EventArgs
type RemoteSubscriptionStateChangedEventArgs = class
inherit EventArgs
Public Class RemoteSubscriptionStateChangedEventArgs
Inherits EventArgs
- Inheritance
-
RemoteSubscriptionStateChangedEventArgs
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
SubscriptionStateChanges |
Gets the list of presence notifications indexed by the target URI. |