Conversation.Disable 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Disable(Type) |
通过将特定服务类型替换为直通实现来禁用它。 |
Disable(Type, ContainerBuilder) |
通过将特定服务类型替换为直通实现来禁用它。 |
Disable(Type)
- Source:
- Conversation.cs
通过将特定服务类型替换为直通实现来禁用它。
public static void Disable (Type type);
static member Disable : Type -> unit
Public Shared Sub Disable (type As Type)
参数
- type
- Type
服务类型。
适用于
Disable(Type, ContainerBuilder)
- Source:
- Conversation.cs
通过将特定服务类型替换为直通实现来禁用它。
public static void Disable (Type type, Autofac.ContainerBuilder builder);
static member Disable : Type * Autofac.ContainerBuilder -> unit
Public Shared Sub Disable (type As Type, builder As ContainerBuilder)
参数
- type
- Type
服务类型。
- builder
- Autofac.ContainerBuilder
容器生成器。