Freigeben über


INodeServices Schnittstelle

Definition

Achtung

Use Microsoft.AspNetCore.SpaServices.Extensions

Stellt die Möglichkeit dar, Code in einer Node.js-Umgebung aufzurufen. Obwohl sich die zugrunde liegende Node.js instance im Laufe der Zeit ändern kann (z. B. kann der Prozess neu gestartet werden), bleibt die INodeServices instance konstant.

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
Attribute
Implementiert

Methoden

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

Ruft Code im Node.js instance asynchron auf.

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

Ruft Code im Node.js instance asynchron auf.

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

Ruft Code im Node.js instance asynchron auf.

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

Ruft Code im Node.js instance asynchron auf.

Gilt für: