TestimoX

API Reference

Enum

FirewallProfileListQueryFailureCode

Namespace ComputerX.Firewall
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Typed failure codes for firewall profile list queries.

Inheritance

  • Enum
  • FirewallProfileListQueryFailureCode

Usage

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

Accepted by parameters

Values

public const FirewallProfileListQueryFailureCode InvalidRequest #

Request was missing or malformed.

Value: 0
public const FirewallProfileListQueryFailureCode Cancelled #

Operation was canceled.

Value: 1
public const FirewallProfileListQueryFailureCode QueryFailed #

Query execution failed.

Value: 2