Table of Contents

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

T1

Input value type.

T2

Result value type.

Inheritance
AsyncExecutionOperator<T1, T1, T2, T2>
AsyncPolicy<T1, T2>
Inherited Members