IInternalConfigHost.PrefetchAll(String, String) Método
Definição
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
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.