다음을 통해 공유


Conversation.Disable 메서드

정의

오버로드

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

컨테이너 작성기입니다.

적용 대상