Class Policy<T1, T2>
- Namespace
- Executables.Policies
- Assembly
- executables.dll
Defines a synchronous policy that can wrap executable invocation.
public abstract class Policy<T1, T2> : BehaviorOperator<T1, T2>
Type Parameters
T1Input value type.
T2Result value type.
- Inheritance
-
ExecutionOperator<T1, T1, T2, T2>BehaviorOperator<T1, T2>Policy<T1, T2>
- Inherited Members