Table of Contents

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

T1

Input value type.

T2

Result value type.

Inheritance
ExecutionOperator<T1, T1, T2, T2>
Policy<T1, T2>
Inherited Members