Condividi tramite


INodeInstance Interfaccia

Definizione

Attenzione

Use Microsoft.AspNetCore.SpaServices.Extensions

Rappresenta un'istanza di Node.js a cui è possibile inviare chiamate RPC (Remote Procedure Call).

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
Derivato
Attributi
Implementazioni

Metodi

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

Richiama in modo asincrono il codice nell'istanza di Node.js.

Si applica a