From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../debug/msupdateasynccallbackrelation/index.html | 71 ++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 files/fr/archive/web/javascript/extensions_microsoft/debug/msupdateasynccallbackrelation/index.html (limited to 'files/fr/archive/web/javascript/extensions_microsoft/debug/msupdateasynccallbackrelation/index.html') diff --git a/files/fr/archive/web/javascript/extensions_microsoft/debug/msupdateasynccallbackrelation/index.html b/files/fr/archive/web/javascript/extensions_microsoft/debug/msupdateasynccallbackrelation/index.html new file mode 100644 index 0000000000..64aa29e1cc --- /dev/null +++ b/files/fr/archive/web/javascript/extensions_microsoft/debug/msupdateasynccallbackrelation/index.html @@ -0,0 +1,71 @@ +--- +title: Debug.msUpdateAsyncCallbackRelation +slug: >- + Archive/Web/JavaScript/Extensions_Microsoft/Debug/msUpdateAsyncCallbackRelation +tags: + - JavaScript + - Microsoft + - Méthode + - Non-standard + - Reference +translation_of: >- + Archive/Web/JavaScript/Microsoft_Extensions/Debug/msUpdateAsyncCallbackRelation +--- +
{{JSRef}}{{Non-standard_header}}
+ +

La méthode statique Debug.msUpdateAsyncCallbackRelation met à jour l'état de la rélation entre un élément de travail synchrone et l'opération asynchrone associée.

+ +

Syntaxe

+ +
Debug.msUpdateAsyncCallbackRelation(relatedAsyncOperationId[, relationType])
+ +

Paramètres

+ +
+
asyncOperationId
+
L'identifiant associé à l'opération asynchrone.
+
relationType {{optional_inline}}
+
Le type de relation.
+
+ +

Notes

+ +

L'élément de travail synchrone est généralement la fonction de rappel pour l'opération asynchrone. Cette fonction peut être appelée lorsqu'une opération asynchrone est interrompue, qu'une opération de jointure est utilisée ou dans d'autres cas.

+ +

Les valeurs qui peuvent être utilisées pour relationType sont :

+ + + +

Pour plus d'informations, voir les constantes relatives au débogage.

+ +
+

Note : Certains outils de débogage n'affichent pas les informations envoyées au débogueur.

+
+ +

Prérequis

+ +

Cette fonctionnalité est prise en charge par le mode standard d'Internet Explorer 11 et par les applications Store (Windows 8.1 et Windows Phone 8.1).
+ Elle n'est pas prise en charge par les modes suivants : Quirks, Internet Explorer 6 en mode standard, Internet Explorer 7 en mode standard, Internet Explorer 8 en mode standard, Internet Explorer 9 en mode standard, Internet Explorer 10 en mode standard. Elle n'est pas non plus prise en charge par Windows 8.

+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf