DotNetDispatcher Classe
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.
Fournit des méthodes qui reçoivent des appels entrants de JS vers .NET.
public ref class DotNetDispatcher abstract sealed
public static class DotNetDispatcher
type DotNetDispatcher = class
Public Class DotNetDispatcher
- Héritage
-
DotNetDispatcher
Méthodes
BeginInvokeDotNet(JSRuntime, DotNetInvocationInfo, String) |
Reçoit un appel de JS vers .NET, localisant et appelant la méthode spécifiée de manière asynchrone. |
EndInvokeJS(JSRuntime, String) |
Reçoit une notification indiquant qu’un appel de .NET vers JS est terminé, en marquant l’associé Task comme terminé. |
Invoke(JSRuntime, DotNetInvocationInfo, String) |
Reçoit un appel de JS vers .NET, localisant et appelant la méthode spécifiée. |
ReceiveByteArray(JSRuntime, Int32, Byte[]) |
Accepte les données de tableau d’octets transférées de JS vers DotNet. |