次の方法で共有


ICdnEndpoint.PurgeContentAsync(ISet<String>, CancellationToken) メソッド

定義

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

パラメーター

contentPaths
ISet<String>

消去するコンテンツへのパス。ファイル パスまたはディレクトリ ワイルドカードを指定できます。

cancellationToken
CancellationToken

戻り値

適用対象