Compartilhar via


ICdnProfile.PurgeEndpointContentAsync Método

Definição

Limpa à força o conteúdo do ponto de extremidade cdn no perfil cdn de forma assíncrona.

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

Parâmetros

endpointName
String

Um nome do ponto de extremidade no perfil.

contentPaths
ISet<String>

Os caminhos para o conteúdo a ser limpo, que podem ser caminhos de arquivo ou curingas de diretório.

cancellationToken
CancellationToken

Retornos

Aplica-se a