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
AssetEndpointProfile
public AssetEndpointProfile AssetEndpointProfile { get; }
Property Value
AssetName
The name of the asset that is now available to sample.
public string AssetName { get; }