PresenceSubscriptionStateChangedEventArgs Class
Represents changes in the subscription state of the presence session for this endpoint owner.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Rtc.Signaling.StateChangedEventArgs<CollaborationSubscriptionState>
Microsoft.Rtc.Collaboration.Presence.PresenceSubscriptionStateChangedEventArgs
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class PresenceSubscriptionStateChangedEventArgs _
Inherits StateChangedEventArgs(Of CollaborationSubscriptionState)
'Usage
Dim instance As PresenceSubscriptionStateChangedEventArgs
public class PresenceSubscriptionStateChangedEventArgs : StateChangedEventArgs<CollaborationSubscriptionState>
Remarks
This event argument is returned by the SubscriptionStateChange
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
PresenceSubscriptionStateChangedEventArgs Members