EndpointStateChangedEventArgs Class

Indicates changes in EndpointState.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Rtc.Signaling.StateChangedEventArgs<EndpointState>
      Microsoft.Rtc.Signaling.EndpointStateChangedEventArgs

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Class EndpointStateChangedEventArgs _
    Inherits StateChangedEventArgs(Of EndpointState)
'Usage
Dim instance As EndpointStateChangedEventArgs
public class EndpointStateChangedEventArgs : StateChangedEventArgs<EndpointState>

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

EndpointStateChangedEventArgs Members

Microsoft.Rtc.Signaling Namespace