TestimoX

API Reference

Class

NetworkAdapterInventoryQueryTryResult

Namespace ComputerX.Network
Assembly ComputerX
Modifiers sealed

Non-throwing network adapter inventory query attempt result.

Inheritance

  • Object
  • NetworkAdapterInventoryQueryTryResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public NetworkAdapterInventoryQueryTryResult() #

Properties

public Boolean Success { get; set; } #

True when query execution succeeded.

public NetworkAdapterInventoryQueryResult Result { get; set; } #

Query result when Success is true.

public NetworkAdapterInventoryQueryFailure Failure { get; set; } #

Typed failure when Success is false.