TestimoX

API Reference

Class

PortInventoryQueryTryResult

Namespace ComputerX.Ports
Assembly ComputerX
Modifiers sealed

Non-throwing port inventory query attempt result.

Inheritance

  • Object
  • PortInventoryQueryTryResult

Constructors

public PortInventoryQueryTryResult() #

Properties

public Boolean Success { get; set; } #

True when query execution succeeded.

public PortInventoryQueryResult Result { get; set; } #

Query result when Success is true.

public PortInventoryQueryFailure Failure { get; set; } #

Typed failure when Success is false.