Table of Contents

Namespace Polly.Bulkhead

Classes

BulkheadPolicy

A bulkhead-isolation policy which can be applied to delegates.

BulkheadPolicy<TResult>

A bulkhead-isolation policy which can be applied to delegates returning a value of type TResult.

BulkheadRejectedException

Exception thrown when a bulkhead's semaphore and queue are full.

Interfaces

IBulkheadPolicy

Defines properties and methods common to all bulkhead policies.

IBulkheadPolicy<TResult>

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