OwinMiddleware::Invoke Method

Process an individual request.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

public:
virtual Task^ Invoke(
	IOwinContext^ context
) abstract

Parameters

context
Type: Microsoft.Owin::IOwinContext

Return Value

Type: System.Threading.Tasks::Task
Returns Task.
Show: