PresenceSubscriptionStateChangedEventArgs Class

Indicates changes in CollaborationSubscriptionState.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Microsoft.Rtc.Signaling..::..StateChangedEventArgs<(Of <(<'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>

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

Microsoft.Rtc.Collaboration.Presence Namespace