Class DbMigrationsEndpointMiddleware
Inheritance
System.Object
DbMigrationsEndpointMiddleware
Assembly: Steeltoe.Management.EndpointCore.dll
Syntax
public class DbMigrationsEndpointMiddleware : EndpointMiddleware<Dictionary<string, DbMigrationsDescriptor>>
Constructors
|
Edit this page
View Source
DbMigrationsEndpointMiddleware(RequestDelegate, DbMigrationsEndpoint, IManagementOptions, ILogger<DbMigrationsEndpointMiddleware>)
Declaration
public DbMigrationsEndpointMiddleware(RequestDelegate next, DbMigrationsEndpoint endpoint, IManagementOptions mgmtOptions, ILogger<DbMigrationsEndpointMiddleware> logger = null)
Parameters
Methods
|
Edit this page
View Source
HandleEntityFrameworkRequestAsync(HttpContext)
Declaration
protected Task HandleEntityFrameworkRequestAsync(HttpContext context)
Parameters
Type |
Name |
Description |
HttpContext |
context |
|
Returns
|
Edit this page
View Source
Invoke(HttpContext)
Declaration
public Task Invoke(HttpContext context)
Parameters
Type |
Name |
Description |
HttpContext |
context |
|
Returns