DiagnosticInvoker.RunDiagnosticActionAsync(JsonObject) 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.
Führt den Diagnose Invoker mit dem angegebenen Diagnose Kontext asynchron aus.
public:
virtual IAsyncOperationWithProgress<DiagnosticActionResult ^, DiagnosticActionState> ^ RunDiagnosticActionAsync(JsonObject ^ context) = RunDiagnosticActionAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<DiagnosticActionResult, DiagnosticActionState> RunDiagnosticActionAsync(JsonObject const& context);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<DiagnosticActionResult,DiagnosticActionState> RunDiagnosticActionAsync(JsonObject context);
function runDiagnosticActionAsync(context)
Public Function RunDiagnosticActionAsync (context As JsonObject) As IAsyncOperationWithProgress(Of DiagnosticActionResult, DiagnosticActionState)
Parameter
- context
- JsonObject
Ein Json-Objekt, das den Kontext für die aktion Diagnose enthält.
Gibt zurück
Gibt ein asynchrones Vorgangsobjekt zurück, das angibt, wann die Aktion abgeschlossen wurde. Ein DiagnosticActionState-Enumerationswert befindet sich im Ergebnis.
- Attribute