Partager via


ICdnEndpoint.PurgeContentAsync(ISet<String>, CancellationToken) Méthode

Définition

Purge de manière asynchrone le contenu du point de terminaison CDN.

public System.Threading.Tasks.Task PurgeContentAsync (System.Collections.Generic.ISet<string> contentPaths, System.Threading.CancellationToken cancellationToken = default);
abstract member PurgeContentAsync : System.Collections.Generic.ISet<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function PurgeContentAsync (contentPaths As ISet(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

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 à