1 sharedlibrarycoreinterfaces IMiddlewareActionT
RaidMax edited this page 2023-05-20 22:09:21 -05:00

IMiddlewareAction< T> Public interface

Description

represents an invokable middleware action

Diagram

  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

Members

Methods

Public methods

Returns Name
Task<T> Invoke(T original)

Details

Summary

represents an invokable middleware action

Generic types

Type Description Constraints
T

Methods

Invoke

Source code

public Task<T> Invoke(T original)
Arguments
Type Name Description
T original

Generated with ModularDoc