Table of Contents

Class AssetAvailabileEventArgs

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

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

public class AssetAvailabileEventArgs : EventArgs
Inheritance
AssetAvailabileEventArgs
Inherited Members

Properties

Asset

The asset that is now available to sample.

public Asset Asset { get; }

Property Value

Asset

AssetEndpointProfile

public AssetEndpointProfile AssetEndpointProfile { get; }

Property Value

AssetEndpointProfile

AssetName

The name of the asset that is now available to sample.

public string AssetName { get; }

Property Value

string