Table of Contents

Namespace Polly.NoOp

Classes

NoOpPolicy

A no op policy that can be applied to delegates.

NoOpPolicy<TResult>

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

Interfaces

INoOpPolicy

Defines properties and methods common to all NoOp policies.

INoOpPolicy<TResult>

Defines properties and methods common to all NoOp policies generic-typed for executions returning results of type TResult.