Table of Contents

Class AsyncMiddleware<T1, T2, T3, T4>

Namespace
Executables.Pipelines
Assembly
executables.dll

Represents one middleware step in an asynchronous pipeline.

public abstract class AsyncMiddleware<T1, T2, T3, T4> : AsyncExecutionOperator<T1, T2, T3, T4>

Type Parameters

T1

Input type accepted by the current step.

T2

Input type expected by the downstream handler.

T3

Output type returned by the downstream handler.

T4

Output type returned by the current step.

Inheritance
AsyncExecutionOperator<T1, T2, T3, T4>
AsyncMiddleware<T1, T2, T3, T4>
Inherited Members