IOperationContextInitializer
Namespace: MJCZone.DapperMatic.AspNetCore
Assembly: MJCZone.DapperMatic.AspNetCore
Summary
Interface for initializing operation context with HTTP-specific information.
abstract public
Note: This is an interface that defines a contract. Look for implementing classes in the same or related namespaces.
Contents
Methods (1)
Methods
InitializeAsync
Initializes the operation context with HTTP-specific information.
csharp
Task InitializeAsync(IOperationContext context, HttpContext httpContext)Parameters
- context (IOperationContext) - The operation context to initialize.
- httpContext (HttpContext) - The HTTP context containing request information.
Returns
Type: Task
A task representing the asynchronous operation.