INodeInstance Interfejs

Definicja

Przestroga

Use Microsoft.AspNetCore.SpaServices.Extensions

Reprezentuje wystąpienie Node.js, do którego mogą być wysyłane zdalne wywołania 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
Pochodne
Atrybuty
Implementuje

Metody

InvokeExportAsync<T>(CancellationToken, String, String, Object[])
Przestarzałe.

Asynchronicznie wywołuje kod w wystąpieniu Node.js.

Dotyczy