Class BulkheadPolicy
A bulkhead-isolation policy which can be applied to delegates.
public class BulkheadPolicy : Policy, ISyncPolicy, IAsyncPolicy, IBulkheadPolicy, IsPolicy, IDisposable
- Inheritance
-
BulkheadPolicy
- Implements
- Inherited Members
Properties
BulkheadAvailableCount
Gets the number of slots currently available for executing actions through the bulkhead.
public int BulkheadAvailableCount { get; }
Property Value
QueueAvailableCount
Gets the number of slots currently available for queuing actions for execution through the bulkhead.
public int QueueAvailableCount { get; }
Property Value
Methods
Dispose()
Disposes of the BulkheadPolicy, allowing it to dispose its internal resources.
public void Dispose()