次の方法で共有


ICdnProfile.LoadEndpointContent(String, ISet<String>) メソッド

定義

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

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

パラメーター

endpointName
String

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

contentPaths
ISet<String>

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

適用対象