Table of Contents

Interface IBulkheadPolicy

Namespace
Polly.Bulkhead
Assembly
Polly.dll
public interface IBulkheadPolicy : IsPolicy, IDisposable
Inherited Members
Extension Methods

Properties

BulkheadAvailableCount

int BulkheadAvailableCount { get; }

Property Value

int

QueueAvailableCount

int QueueAvailableCount { get; }

Property Value

int