Interface IBulkheadPolicy<TResult>
Defines properties and methods common to all bulkhead policies generic-typed for executions returning results of type TResult
.
public interface IBulkheadPolicy<TResult> : IBulkheadPolicy, IsPolicy, IDisposable
Type Parameters
TResult
- Inherited Members