Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of presence notifications indexed by the target URI.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Notifications As IDictionary(Of RealTimeAddress, PresenceSubscriptionStateChangedEventArgs)
Get
'Usage
Dim instance As RemotePresenceSubscriptionStateChangedEventArgs
Dim value As IDictionary(Of RealTimeAddress, PresenceSubscriptionStateChangedEventArgs)
value = instance.Notifications
public IDictionary<RealTimeAddress, PresenceSubscriptionStateChangedEventArgs> Notifications { get; }
Property Value
Type: System.Collections.Generic.IDictionary<RealTimeAddress, PresenceSubscriptionStateChangedEventArgs>
See Also
Reference
RemotePresenceSubscriptionStateChangedEventArgs Class