Class AsyncPolicy<T1, T2>
- Namespace
- Executables.Policies
- Assembly
- executables.dll
Defines an asynchronous policy that can wrap query or command invocation.
public abstract class AsyncPolicy<T1, T2> : AsyncBehaviorOperator<T1, T2>
Type Parameters
T1Input value type.
T2Result value type.
- Inheritance
-
AsyncExecutionOperator<T1, T1, T2, T2>AsyncBehaviorOperator<T1, T2>AsyncPolicy<T1, T2>
- Inherited Members