Share via


AgentRunEndpoints.MapAgentRunEndpoints(IEndpointRouteBuilder) Method

Definition

Maps agent run endpoints to the endpoint route builder.

public static Microsoft.AspNetCore.Routing.IEndpointRouteBuilder MapAgentRunEndpoints(this Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints);
static member MapAgentRunEndpoints : Microsoft.AspNetCore.Routing.IEndpointRouteBuilder -> Microsoft.AspNetCore.Routing.IEndpointRouteBuilder
<Extension()>
Public Function MapAgentRunEndpoints (endpoints As IEndpointRouteBuilder) As IEndpointRouteBuilder

Parameters

endpoints
IEndpointRouteBuilder

The endpoint route builder.

Returns

The endpoint route builder for chaining.

Applies to