Class DeviceChangedEventArgs
- Namespace
- Azure.Iot.Operations.Connector
- Assembly
- Azure.Iot.Operations.Connector.dll
EventArgs with context about which device changed and what kind of change happened to it.
public class DeviceChangedEventArgs : EventArgs
- Inheritance
-
DeviceChangedEventArgs
- Inherited Members
Properties
ChangeType
Specifies if the change in this asset endpoint profile was that it was updated, deleted, or created
public ChangeType ChangeType { get; set; }
Property Value
Device
public Device? Device { get; set; }
Property Value
DeviceName
public string DeviceName { get; set; }
Property Value
InboundEndpointName
public string InboundEndpointName { get; set; }