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