Table of Contents

Namespace Polly.Timeout

Classes

TimeoutPolicy

A timeout policy which can be applied to delegates.

TimeoutPolicy<TResult>

A timeout policy which can be applied to delegates returning a value of type TResult.

TimeoutRejectedException

Exception thrown when a delegate executed through a TimeoutPolicy does not complete, before the configured timeout.

Interfaces

ITimeoutPolicy

Defines properties and methods common to all Timeout policies.

ITimeoutPolicy<TResult>

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

Enums

TimeoutStrategy

Defines strategies used by TimeoutPolicys to enforce timeouts.