WebAssemblyJSRuntime.BeginInvokeJS Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
BeginInvokeJS(Int64, String, String) |
Commence un appel de fonction asynchrone. |
BeginInvokeJS(Int64, String, String, JSCallResultType, Int64) |
Commence un appel de fonction asynchrone. |
BeginInvokeJS(Int64, String, String)
- Source:
- WebAssemblyJSRuntime.cs
Commence un appel de fonction asynchrone.
protected:
override void BeginInvokeJS(long asyncHandle, System::String ^ identifier, System::String ^ argsJson);
protected override void BeginInvokeJS (long asyncHandle, string identifier, string argsJson);
override this.BeginInvokeJS : int64 * string * string -> unit
Protected Overrides Sub BeginInvokeJS (asyncHandle As Long, identifier As String, argsJson As String)
Paramètres
- asyncHandle
- Int64
- identifier
- String
Identificateur de la fonction à appeler.
- argsJson
- String
Représentation JSON des arguments.
S’applique à
BeginInvokeJS(Int64, String, String, JSCallResultType, Int64)
- Source:
- WebAssemblyJSRuntime.cs
- Source:
- WebAssemblyJSRuntime.cs
- Source:
- WebAssemblyJSRuntime.cs
- Source:
- WebAssemblyJSRuntime.cs
- Source:
- WebAssemblyJSRuntime.cs
Commence un appel de fonction asynchrone.
protected override void BeginInvokeJS (long asyncHandle, string identifier, string argsJson, Microsoft.JSInterop.JSCallResultType resultType, long targetInstanceId);
protected override void BeginInvokeJS (long asyncHandle, string identifier, string? argsJson, Microsoft.JSInterop.JSCallResultType resultType, long targetInstanceId);
override this.BeginInvokeJS : int64 * string * string * Microsoft.JSInterop.JSCallResultType * int64 -> unit
Protected Overrides Sub BeginInvokeJS (asyncHandle As Long, identifier As String, argsJson As String, resultType As JSCallResultType, targetInstanceId As Long)
Paramètres
- asyncHandle
- Int64
- identifier
- String
Identificateur de la fonction à appeler.
- argsJson
- String
Représentation JSON des arguments.
- resultType
- JSCallResultType
Type de résultat attendu de l’appel.
- targetInstanceId
- Int64
ID instance de l’objet JS cible.