Interface IRegisteredDevice<TDevice>
A registered device.
public interface IRegisteredDevice<TDevice> where TDevice : class
Type Parameters
TDevice
Properties
Definition
Gets the definition for a configured device.
ConfiguredDeviceDefinition Definition { get; }
Property Value
Device
Gets the device, or null if the device could not be created.
TDevice Device { get; }
Property Value
- TDevice
HealthCheckName
Gets the health check name that was assigned to this device.
string HealthCheckName { get; }