Table of Contents

Class NoOpPolicy<TResult>

Namespace
Polly.NoOp
Assembly
Polly.dll

A no op policy that can be applied to delegates returning a value of type TResult

public class NoOpPolicy<TResult> : Policy<TResult>, IAsyncPolicy<TResult>, ISyncPolicy<TResult>, INoOpPolicy<TResult>, INoOpPolicy, IsPolicy

Type Parameters

TResult

The type of return values this policy will handle.

Inheritance
Policy<TResult>
NoOpPolicy<TResult>
Implements
IAsyncPolicy<TResult>
ISyncPolicy<TResult>
INoOpPolicy<TResult>
Inherited Members