次の方法で共有


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

定義

CDN エンドポイントのコンテンツを強制的に非同期的に事前に読み込みます。 注: これは Verizon プロファイルでのみサポートされています。

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

パラメーター

contentPaths
ISet<String>

読み込まれるコンテンツへのファイル パス。

cancellationToken
CancellationToken

戻り値

適用対象