Delegate AsyncActionDecorator<TIn>.AfterAction
- Namespace
- PatternKit.Structural.Decorator
- Assembly
- PatternKit.Core.dll
Async delegate for executing logic after the next layer completes.
public delegate ValueTask AsyncActionDecorator<TIn>.AfterAction(TIn input, CancellationToken ct)
Parameters
inputTIn- Async delegate for executing logic after the next layer completes.
ctCancellationToken- Async delegate for executing logic after the next layer completes.
Returns
- ValueTask
- Async delegate for executing logic after the next layer completes.