INodeServices Rozhraní

Definice

Upozornění

Use Microsoft.AspNetCore.SpaServices.Extensions

Představuje schopnost vyvolat kód v prostředí Node.js. I když se základní Node.js instance může v průběhu času měnit (např. proces se může restartovat), INodeServices instance zůstane konstantní.

public interface class INodeServices : IDisposable
public interface INodeServices : IDisposable
[System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public interface INodeServices : IDisposable
type INodeServices = interface
    interface IDisposable
[<System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")>]
type INodeServices = interface
    interface IDisposable
Public Interface INodeServices
Implements IDisposable
Atributy
Implementuje

Metody

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

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

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

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

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

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

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

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

Platí pro