IBulkheadPolicy<TResult>
Defines properties and methods common to all bulkhead policies generic-typed for executions returning results of type TResult.
using System;
namespace Polly.Bulkhead
{
public interface IBulkheadPolicy<TResult> : IBulkheadPolicy, IsPolicy, IDisposable
{
}
}