RemoteWebConfigurationHostServer.GetData(String, Boolean, Int64) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Utilisé en interne pour prendre en charge l'accès distant aux données de configuration.
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 cli::array <System::Byte> ^ GetData(System::String ^ fileName, bool getReadTimeOnly, [Runtime::InteropServices::Out] long % readTime);
public byte[] GetData (string fileName, bool getReadTimeOnly, out long readTime);
abstract member GetData : string * bool * int64 -> byte[]
override this.GetData : string * bool * int64 -> byte[]
Public Function GetData (fileName As String, getReadTimeOnly As Boolean, ByRef readTime As Long) As Byte()
Paramètres
- fileName
- String
Chemin d'accès au fichier de configuration distant auquel vous devez accéder.
- getReadTimeOnly
- Boolean
Valeur booléenne qui spécifie si seul readTime
doit être retourné.
- readTime
- Int64
Heure du dernier accès au fichier.
Retours
array
d'entiers non signés 8 bits (octets) qui contient les données de configuration.
Implémente
Exceptions
fileName
ne pointe pas vers un fichier ayant l'extension .config.