Share via


IdentityFactoryMiddleware<TResult, TOptions>.Invoke Method (IOwinContext)

 

Creates an object using the Options.Provider, storing it in the OwinContext and then disposes the object when finished.

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

Syntax

public override Task Invoke(
    IOwinContext context
)
public:
virtual Task^ Invoke(
    IOwinContext^ context
) override
override Invoke : 
        context:IOwinContext -> Task
Public Overrides Function Invoke (
    context As IOwinContext
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

The task that represents the asynchronous operation.

See Also

IdentityFactoryMiddleware<TResult, TOptions> Class
Microsoft.AspNet.Identity.Owin Namespace
ASP.NET Identity

Return to top