IRemoteFileMetadataManager.GetAllFileMetadataAsync(CancellationToken) 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.
Obtient toutes les métadonnées de fichier.
public:
System::Threading::Tasks::Task<System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^> ^> ^ GetAllFileMetadataAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<string,System.Collections.Generic.IReadOnlyDictionary<string,string>>> GetAllFileMetadataAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetAllFileMetadataAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IReadOnlyDictionary<string, string>>>
Public Function GetAllFileMetadataAsync (cancellationToken As CancellationToken) As Task(Of IReadOnlyDictionary(Of String, IReadOnlyDictionary(Of String, String)))
Paramètres
- cancellationToken
- CancellationToken
Jeton d’annulation.
Retours
TaskDont le résultat est une collection (éventuellement vide) de métadonnées de fichier.
Remarques
Les implémentations de cette méthode doivent être libres de threads. par exemple, les appelants de cette méthode doivent être en mesure de l’appeler à partir de n’importe quel thread.