MigrationsEndPointMiddleware.Invoke(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.
Process an individual request.
public:
virtual System::Threading::Tasks::Task ^ Invoke(Microsoft::AspNetCore::Http::HttpContext ^ context);
public virtual System.Threading.Tasks.Task Invoke (Microsoft.AspNetCore.Http.HttpContext context);
abstract member Invoke : Microsoft.AspNetCore.Http.HttpContext -> System.Threading.Tasks.Task
override this.Invoke : Microsoft.AspNetCore.Http.HttpContext -> System.Threading.Tasks.Task
Public Overridable Function Invoke (context As HttpContext) As Task
Parameters
- context
- HttpContext
The context for the current request.
Returns
A task that represents the asynchronous operation.