Table of Contents

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

input TIn
Async delegate for executing logic after the next layer completes.
ct CancellationToken
Async delegate for executing logic after the next layer completes.

Returns

ValueTask
Async delegate for executing logic after the next layer completes.