TestimoX

API Reference

Class

ServiceListQueryTryResult

Namespace ComputerX.Services
Assembly ComputerX
Modifiers sealed

Non-throwing service list query attempt result.

Inheritance

  • Object
  • ServiceListQueryTryResult

Constructors

public ServiceListQueryTryResult() #

Properties

public Boolean Success { get; set; } #

True when query execution succeeded.

public ServiceListQueryResult Result { get; set; } #

Query result when Success is true.

public ServiceListQueryFailure Failure { get; set; } #

Typed failure when Success is false.