ICdnEndpoint.LoadContent(ISet<String>) Method

Definition

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

public void LoadContent (System.Collections.Generic.ISet<string> contentPaths);
abstract member LoadContent : System.Collections.Generic.ISet<string> -> unit
Public Sub LoadContent (contentPaths As ISet(Of String))

Parameters

contentPaths
ISet<String>

The file paths to the content to be loaded.

Applies to