Table of Contents

Class AssetUnavailableEventArgs

Namespace
Azure.Iot.Operations.Connector
Assembly
Azure.Iot.Operations.Connector.dll

The event args for when an asset becomes unavailable to sample.

public class AssetUnavailableEventArgs : EventArgs
Inheritance
AssetUnavailableEventArgs
Inherited Members

Properties

AssetName

The name of the asset that is no longer available to sample.

public string AssetName { get; }

Property Value

string