AgentRunContextMiddleware.InvokeAsync(HttpContext) 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.
Invokes the middleware to create and set up agent run context.
public System.Threading.Tasks.Task InvokeAsync(Microsoft.AspNetCore.Http.HttpContext httpContext);
member this.InvokeAsync : Microsoft.AspNetCore.Http.HttpContext -> System.Threading.Tasks.Task
Public Function InvokeAsync (httpContext As HttpContext) As Task
Parameters
- httpContext
- HttpContext
The HTTP context.