Skip to the content.

PipeAndFilter API:IPipeAndFilterRun

Build License NuGet Downloads

Back to List Api

IPipeAndFilterRun<T>

Namespace: PipeFilterCore

Represents the command for Run.

public interface IPipeAndFilterRun<T>

Type Parameters

T
Type of contract.

Methods

Run(Nullable<CancellationToken>)

Execute PipeAndFilter.

ValueTask<ResultPipeAndFilter<T>> Run(Nullable<CancellationToken> cancellation)

Parameters

cancellation Nullable<CancellationToken>

Returns

ResultPipeAndFilter<T>


Back to List Api