INodeInstance Interface
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.
Attention
Use Microsoft.AspNetCore.SpaServices.Extensions
Représente une instance de Node.js auxquelles les appels de procédure distante (RPC) peuvent être envoyés.
public interface class INodeInstance : IDisposable
public interface INodeInstance : IDisposable
[System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public interface INodeInstance : IDisposable
type INodeInstance = interface
interface IDisposable
[<System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")>]
type INodeInstance = interface
interface IDisposable
Public Interface INodeInstance
Implements IDisposable
- Dérivé
- Attributs
- Implémente
Méthodes
InvokeExportAsync<T>(CancellationToken, String, String, Object[]) |
Obsolète.
Appelle de façon asynchrone du code dans le Node.js instance. |