Table of Contents

Delegate AsyncActionDecorator<TIn>.Component

Namespace
PatternKit.Structural.Decorator
Assembly
PatternKit.Core.dll

Async component action delegate.

public delegate ValueTask AsyncActionDecorator<TIn>.Component(TIn input, CancellationToken ct)

Parameters

input TIn
Async component action delegate.
ct CancellationToken
Async component action delegate.

Returns

ValueTask
Async component action delegate.