Interface IBulkheadPolicy
Defines properties and methods common to all bulkhead policies.
public interface IBulkheadPolicy : IsPolicy, IDisposable
- Inherited Members
Properties
BulkheadAvailableCount
Gets the number of slots currently available for executing actions through the bulkhead.
int BulkheadAvailableCount { get; }
Property Value
QueueAvailableCount
Gets the number of slots currently available for queuing actions for execution through the bulkhead.
int QueueAvailableCount { get; }