Freigeben über


ICdnEndpoint.PurgeContentAsync(ISet<String>, CancellationToken) Methode

Definition

Löscht den Inhalt des CDN-Endpunkts asynchron.

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

Parameter

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: