LocalEndpointStateChangedEventArgs Class
Represents the information associated with a LocalEndpoint state transition.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Rtc.Signaling.StateChangedEventArgs<LocalEndpointState>
Microsoft.Rtc.Collaboration.LocalEndpointStateChangedEventArgs
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class LocalEndpointStateChangedEventArgs _
Inherits StateChangedEventArgs(Of LocalEndpointState)
'Usage
Dim instance As LocalEndpointStateChangedEventArgs
public class LocalEndpointStateChangedEventArgs : StateChangedEventArgs<LocalEndpointState>
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.