다음을 통해 공유


DelegatingConfigHost.PrefetchSection(String, String) 메서드

정의

연결된 구성 파일의 지정된 섹션을 읽도록 IInternalConfigHost 개체에 지시합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 virtual bool PrefetchSection(System::String ^ sectionGroupName, System::String ^ sectionName);
public virtual bool PrefetchSection (string sectionGroupName, string sectionName);
abstract member PrefetchSection : string * string -> bool
override this.PrefetchSection : string * string -> bool
Public Overridable Function PrefetchSection (sectionGroupName As String, sectionName As String) As Boolean

매개 변수

sectionGroupName
String

구성 파일에 있는 섹션 그룹의 이름을 나타내는 문자열입니다.

sectionName
String

구성 파일에 있는 섹션의 이름을 나타내는 문자열입니다.

반환

sectionGroupNamesectionName 매개 변수로 지정된 구성 파일의 섹션을 Stream 개체에서 읽을 수 있으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상