PresencePublicationStateChangedEventArgs Class
Represents the changes in automatic presence publication state.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Rtc.Signaling.StateChangedEventArgs<PresencePublicationState>
Microsoft.Rtc.Collaboration.Presence.PresencePublicationStateChangedEventArgs
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class PresencePublicationStateChangedEventArgs _
Inherits StateChangedEventArgs(Of PresencePublicationState)
'Usage
Dim instance As PresencePublicationStateChangedEventArgs
public class PresencePublicationStateChangedEventArgs : StateChangedEventArgs<PresencePublicationState>
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.