WelcomePageMiddleware.Invoke Method

Invokes a method and returns the result of the method call.

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

Syntax

'Declaration
Public Overrides Function Invoke ( _
    context As IOwinContext _
) As Task
'Usage
Dim instance As WelcomePageMiddleware 
Dim context As IOwinContext 
Dim returnValue As Task 

returnValue = instance.Invoke(context)
public override Task Invoke(
    IOwinContext context
)
public:
virtual Task^ Invoke(
    IOwinContext^ context
) override
abstract Invoke : 
        context:IOwinContext -> Task  
override Invoke : 
        context:IOwinContext -> Task
public override function Invoke(
    context : IOwinContext
) : Task

Parameters

Return Value

Type: System.Threading.Tasks.Task
The process to invoke a method.

See Also

Reference

WelcomePageMiddleware Class

Microsoft.Owin.Diagnostics Namespace