Partager via


DelegatingConfigHost.PrefetchAll(String, String) Méthode

Définition

Retourne une valeur indiquant si le fichier de configuration peut être entièrement lu par un objet Stream désigné.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

Paramètres

configPath
String

Chaîne représentant le chemin d'accès à un fichier de configuration.

streamName
String

Nom d'un objet Stream effectuant des tâches d'E/S sur un fichier de configuration.

Retours

true si le fichier de configuration peut être entièrement lu par l'objet Stream désigné par streamName ; sinon, false.

Implémente

S’applique à