PollyServiceCollectionExtensions 类

定义

为在服务集合中注册 IPolicyRegistry<TKey>IReadOnlyPolicyRegistry<TKey> 提供方便的扩展方法。

public ref class PollyServiceCollectionExtensions abstract sealed
public static class PollyServiceCollectionExtensions
type PollyServiceCollectionExtensions = class
Public Module PollyServiceCollectionExtensions
继承
PollyServiceCollectionExtensions

方法

AddPolicyRegistry(IServiceCollection)

在服务集合中使用服务类型 IPolicyRegistry<TKey>IReadOnlyPolicyRegistry<TKey> 注册空的 PolicyRegistry,并返回新创建的注册表。

AddPolicyRegistry(IServiceCollection, Action<IServiceProvider,IPolicyRegistry<String>>)

为在服务集合中注册 IPolicyRegistry<TKey>IReadOnlyPolicyRegistry<TKey> 提供方便的扩展方法。

AddPolicyRegistry(IServiceCollection, IPolicyRegistry<String>)

在服务集合中使用服务类型 IPolicyRegistry<TKey>IReadOnlyPolicyRegistry<TKey> 注册提供的 IPolicyRegistry<TKey>,并返回提供的注册表。

适用于