INodeInstance Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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. |