PollyServiceCollectionExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为在服务集合中注册 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>,并返回提供的注册表。 |