Class AsyncBehaviorOperator<T1, T2>
- Namespace
- Executables.Operations
- Assembly
- executables.dll
Represents an asynchronous execution operator that preserves input and output contracts of the wrapped executor.
public abstract class AsyncBehaviorOperator<T1, T2> : AsyncExecutionOperator<T1, T1, T2, T2>
Type Parameters
T1Input type passed to the operator and downstream executor.
T2Result type returned by the downstream executor and the operator.
- Inheritance
-
AsyncExecutionOperator<T1, T1, T2, T2>AsyncBehaviorOperator<T1, T2>
- Derived
- Inherited Members