IInternalConfigHost.PrefetchAll(String, String) Método

Definição

Retorna um valor que indica se o arquivo de configuração inteiro pôde ser lido por um objeto Stream designado.Returns a value that indicates whether the entire configuration file could be read by a designated Stream object.

public:
 bool PrefetchAll(System::String ^ configPath, System::String ^ streamName);
public bool PrefetchAll (string configPath, string streamName);
abstract member PrefetchAll : string * string -> bool
Public Function PrefetchAll (configPath As String, streamName As String) As Boolean

Parâmetros

configPath
String

Uma cadeia de caracteres que representa o caminho do arquivo de configuração de aplicativo.A string representing the path of the application configuration file.

streamName
String

Uma cadeia de caracteres que representa o nome do objeto Stream que executa tarefas de E/S no arquivo de configuração.A string representing the name of the Stream object performing I/O tasks on the configuration file.

Retornos

Boolean

true se o arquivo de configuração inteiro pode ser lido pelo objeto Stream designado por streamName; caso contrário, false.true if the entire configuration file could be read by the Stream object designated by streamName; otherwise, false.

Aplica-se a