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

취소 토큰입니다.

반환

비동기 작업을 나타내는 작업입니다.

특성

적용 대상