ICdnEndpoint.LoadContentAsync(ISet<String>, CancellationToken) Method

Definition

Forcibly preloads the content of the CDN endpoint asynchronously. Note: this is supported for Verizon profiles only.

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

Parameters

contentPaths
ISet<String>

The file paths to the content to be loaded.

cancellationToken
CancellationToken

Returns

Applies to