TestimoX

API Reference

Class

DeviceInventoryQueryTryResult

Namespace ComputerX.Devices
Assembly ComputerX
Modifiers sealed

Non-throwing device inventory query attempt result.

Inheritance

  • Object
  • DeviceInventoryQueryTryResult

Constructors

public DeviceInventoryQueryTryResult() #

Properties

public Boolean Success { get; set; } #

True when query execution succeeded.

public DeviceInventoryQueryResult Result { get; set; } #

Query result when Success is true.

public DeviceInventoryQueryFailure Failure { get; set; } #

Typed failure when Success is false.