ICdnProfile.LoadEndpointContentAsync 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.
Précharger de manière asynchrone le contenu du point de terminaison CDN dans le profil CDN. Notez que cette option est disponible uniquement pour les profils Verizon.
public System.Threading.Tasks.Task LoadEndpointContentAsync (string endpointName, System.Collections.Generic.ISet<string> contentPaths, System.Threading.CancellationToken cancellationToken = default);
abstract member LoadEndpointContentAsync : string * System.Collections.Generic.ISet<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function LoadEndpointContentAsync (endpointName As String, contentPaths As ISet(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- endpointName
- String
Nom du point de terminaison sous le profil.
Chemins d’accès au contenu à vider, qui peuvent être des chemins d’accès de fichiers ou des caractères génériques de répertoire.
- cancellationToken
- CancellationToken
Retours
S’applique à
Azure SDK for .NET