Share via


RemoteSubscriptionStateChangedEventArgs.SubscriptionStateChanges Property

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 SubscriptionStateChanges As IDictionary(Of RealTimeAddress, RemotePresentityStateChange)
    Get
'Usage
Dim instance As RemoteSubscriptionStateChangedEventArgs
Dim value As IDictionary(Of RealTimeAddress, RemotePresentityStateChange)

value = instance.SubscriptionStateChanges
public IDictionary<RealTimeAddress, RemotePresentityStateChange> SubscriptionStateChanges { get; }

Property Value

Type: System.Collections.Generic.IDictionary<RealTimeAddress, RemotePresentityStateChange>

See Also

Reference

RemoteSubscriptionStateChangedEventArgs Class

RemoteSubscriptionStateChangedEventArgs Members

Microsoft.Rtc.Collaboration.Presence Namespace