-
-
Notifications
You must be signed in to change notification settings - Fork 49
sharedlibrarycoreinterfaces IMiddlewareActionT
RaidMax edited this page May 21, 2023
·
1 revision
represents an invokable middleware action
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IMiddlewareAction_1[[IMiddlewareAction< T >]]
class SharedLibraryCore.Interfaces.IMiddlewareAction_1 interfaceStyle;
end
| Returns | Name |
|---|---|
Task<T> |
Invoke(T original) |
represents an invokable middleware action
| Type | Description | Constraints |
|---|---|---|
T |
public Task<T> Invoke(T original)| Type | Name | Description |
|---|---|---|
T |
original |
Generated with ModularDoc