|
AuthMiddlewareInvoke Method |
Namespace: DrawerBackup.Native.Server.AuthAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic override Task Invoke(
IOwinContext context
)
Public Overrides Function Invoke (
context As IOwinContext
) As Task
public:
virtual Task^ Invoke(
IOwinContext^ context
) override
abstract Invoke :
context : IOwinContext -> Task
override Invoke :
context : IOwinContext -> Task
Parameters
- context
- Type: IOwinContext
Return Value
Type:
Task
See Also