HostMatcherPolicy.BuildJumpTable Method

Definition

Constructs a jump table given the a set of edges.

public:
 virtual Microsoft::AspNetCore::Routing::Matching::PolicyJumpTable ^ BuildJumpTable(int exitDestination, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Routing::Matching::PolicyJumpTableEdge> ^ edges);
public Microsoft.AspNetCore.Routing.Matching.PolicyJumpTable BuildJumpTable (int exitDestination, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyJumpTableEdge> edges);
abstract member BuildJumpTable : int * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyJumpTableEdge> -> Microsoft.AspNetCore.Routing.Matching.PolicyJumpTable
override this.BuildJumpTable : int * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyJumpTableEdge> -> Microsoft.AspNetCore.Routing.Matching.PolicyJumpTable
Public Function BuildJumpTable (exitDestination As Integer, edges As IReadOnlyList(Of PolicyJumpTableEdge)) As PolicyJumpTable

Parameters

exitDestination
Int32

The default destination for lookups.

Returns

A PolicyJumpTable instance.

Implements

Applies to