TestimoX

API Reference

Class

FirewallProfileListQueryTryResult

Namespace ComputerX.Firewall
Assembly ComputerX
Modifiers sealed

Non-throwing firewall profile list query attempt result.

Inheritance

  • Object
  • FirewallProfileListQueryTryResult

Constructors

public FirewallProfileListQueryTryResult() #

Properties

public Boolean Success { get; set; } #

True when query execution succeeded.

public FirewallProfileListQueryResult Result { get; set; } #

Query result when Success is true.

public FirewallProfileListQueryFailure Failure { get; set; } #

Typed failure when Success is false.