Delegate AsyncActionStrategy<TIn>.Handler
- Namespace
- PatternKit.Behavioral.Strategy
- Assembly
- PatternKit.Core.dll
Asynchronous handler delegate that performs side effects for a matching branch.
public delegate ValueTask AsyncActionStrategy<TIn>.Handler(TIn input, CancellationToken ct)
Parameters
inputTInThe input value to handle.
ctCancellationTokenA cancellation token.