Freigeben über


ICdnProfile.PurgeEndpointContentAsync Methode

Definition

Löscht CDN-Endpunktinhalte im CDN-Profil asynchron.

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

Parameter

endpointName
String

Ein Name des Endpunkts unter dem Profil.

contentPaths
ISet<String>

Die Pfade zum zu bereinigten Inhalt, bei denen es sich um Dateipfade oder Verzeichnisplatzhalter handeln kann.

cancellationToken
CancellationToken

Gibt zurück

Gilt für: