Polly.Timeout
Namespace with 6 public types
Classes
TimeoutPolicy
A timeout policy which can be applied to delegates.
TimeoutPolicy`1
A timeout policy which can be applied to delegates returning a value of type .
TimeoutRejectedException
Exception thrown when a delegate executed through a does not complete, before the configured timeout.
Enumerations
TimeoutStrategy
Defines strategies used by s to enforce timeouts.
Interfaces
ITimeoutPolicy
Defines properties and methods common to all Timeout policies.
ITimeoutPolicy`1
Defines properties and methods common to all Timeout policies generic-typed for executions returning results of type .