次の方法で共有


GlobalBrokeredServiceContainer.ApplyChaosMonkeyConfigurationAsync メソッド

定義

注意事項

This API is reserved for Visual Studio internal use and may change or be removed in a future version.

カオス モンキー構成のコンテンツを読み込んで適用します。

protected:
 System::Threading::Tasks::Task ^ ApplyChaosMonkeyConfigurationAsync(System::String ^ chaosMonkeyConfigurationPath, System::Threading::CancellationToken cancellationToken);
[System.Obsolete("This API is reserved for Visual Studio internal use and may change or be removed in a future version.")]
protected System.Threading.Tasks.Task ApplyChaosMonkeyConfigurationAsync (string chaosMonkeyConfigurationPath, System.Threading.CancellationToken cancellationToken);
[<System.Obsolete("This API is reserved for Visual Studio internal use and may change or be removed in a future version.")>]
member this.ApplyChaosMonkeyConfigurationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Function ApplyChaosMonkeyConfigurationAsync (chaosMonkeyConfigurationPath As String, cancellationToken As CancellationToken) As Task

パラメーター

chaosMonkeyConfigurationPath
String

カオス モンキー構成ファイルへのパス。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

非同期操作を表すタスク。

属性

適用対象