Partager via


ICdnProfile.LoadEndpointContentAsync Méthode

Définition

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.

contentPaths
ISet<String>

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 à