Compartilhar via


INodeInstance Interface

Definição

Cuidado

Use Microsoft.AspNetCore.SpaServices.Extensions

Representa uma instância de Node.js para a qual as RPC (Chamadas de Procedimento Remoto) podem ser enviadas.

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
Derivado
Atributos
Implementações

Métodos

InvokeExportAsync<T>(CancellationToken, String, String, Object[])
Obsoleto.

Invoca de forma assíncrona o código na instância Node.js.

Aplica-se a