AgentRunEndpoints.MapAgentRunEndpoints(IEndpointRouteBuilder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.