次の方法で共有


ICdnProfile.LoadEndpointContentAsync メソッド

定義

CDN プロファイル内の CDN エンドポイント コンテンツを強制的に非同期的に事前に読み込みます。 これは Verizon プロファイルでのみ使用できます。

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

パラメーター

endpointName
String

プロファイルの下にあるエンドポイントの名前。

contentPaths
ISet<String>

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

cancellationToken
CancellationToken

戻り値

適用対象