Table of Contents

Class BehaviorOperator<T1, T2>

Namespace
Executables.Operations
Assembly
executables.dll

Represents a synchronous execution operator that preserves input and output contracts of the wrapped executor.

public abstract class BehaviorOperator<T1, T2> : ExecutionOperator<T1, T1, T2, T2>

Type Parameters

T1

Input type passed to the operator and downstream executor.

T2

Result type returned by the downstream executor and the operator.

Inheritance
ExecutionOperator<T1, T1, T2, T2>
BehaviorOperator<T1, T2>
Derived
Inherited Members