PolicyJumpTableEdge Struct

Definition

Represents an entry in a PolicyJumpTable.

public value class PolicyJumpTableEdge
public readonly struct PolicyJumpTableEdge
type PolicyJumpTableEdge = struct
Public Structure PolicyJumpTableEdge
Inheritance
PolicyJumpTableEdge

Constructors

PolicyJumpTableEdge(Object, Int32)

Constructs a new PolicyJumpTableEdge instance.

Properties

Destination

Gets the destination of the current entry.

State

Gets the object used to represent the match heuristic. Can be a host, HTTP method, etc. depending on the matcher policy.

Applies to