RemotePresenceSubscriptionStateChangedEventArgs Class
Represents event arguments that are used to notify a local endpoint owner that the subscription state on a subscribed-to target has changed.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Rtc.Collaboration.Presence.RemotePresenceSubscriptionStateChangedEventArgs
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class RemotePresenceSubscriptionStateChangedEventArgs _
Inherits EventArgs
'Usage
Dim instance As RemotePresenceSubscriptionStateChangedEventArgs
public class RemotePresenceSubscriptionStateChangedEventArgs : EventArgs
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
RemotePresenceSubscriptionStateChangedEventArgs Members