INodeInstance Schnittstelle

Definition

Achtung

Use Microsoft.AspNetCore.SpaServices.Extensions

Stellt eine instance von Node.js dar, an die Remoteprozeduraufrufe (RPC) gesendet werden können.

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

Methoden

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

Ruft asynchron Code im Node.js instance auf.

Gilt für: