Table of Contents

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

ChangeType

Device

public Device? Device { get; set; }

Property Value

Device

DeviceName

public string DeviceName { get; set; }

Property Value

string

InboundEndpointName

public string InboundEndpointName { get; set; }

Property Value

string