Sdílet prostřednictvím


INodeInstance Rozhraní

Definice

Upozornění

Use Microsoft.AspNetCore.SpaServices.Extensions

Představuje instanci Node.js, na které mohou být odeslána vzdálená volání procedur (RPC).

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
Odvozené
Atributy
Implementuje

Metody

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

Asynchronně vyvolá kód v instanci Node.js.

Platí pro