Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Process an individual request.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public abstract Task Invoke(
IOwinContext context
)
public:
virtual Task^ Invoke(
IOwinContext^ context
) abstract
abstract Invoke :
context:IOwinContext -> Task
Public MustOverride Function Invoke (
context As IOwinContext
) As Task
Parameters
- context
Type: Microsoft.Owin.IOwinContext
Return Value
Type: System.Threading.Tasks.Task
Returns Task.
See Also
OwinMiddleware Class
Microsoft.Owin Namespace
Return to top