GlobalBrokeredServiceContainer.ApplyChaosMonkeyConfigurationAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This API is reserved for Visual Studio internal use and may change or be removed in a future version.
Lädt und wendet den Inhalt einer ChaosAffenkonfiguration an.
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
Parameter
- chaosMonkeyConfigurationPath
- String
Der Pfad zu einer ChaosAffen-Konfigurationsdatei.
- cancellationToken
- CancellationToken
Ein Abbruchtoken.
Gibt zurück
Eine Aufgabe, die den asynchronen Vorgang darstellt.
- Attribute