Bagikan melalui


INodeServices Antarmuka

Definisi

Perhatian

Use Microsoft.AspNetCore.SpaServices.Extensions

Mewakili kemampuan untuk memanggil kode di lingkungan Node.js. Meskipun instans Node.js yang mendasar mungkin berubah dari waktu ke waktu (misalnya, proses mungkin dimulai ulang), INodeServices instans akan tetap konstan.

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
Atribut
Penerapan

Metode

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

Secara asinkron memanggil kode dalam instans Node.js.

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

Secara asinkron memanggil kode dalam instans Node.js.

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

Secara asinkron memanggil kode dalam instans Node.js.

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

Secara asinkron memanggil kode dalam instans Node.js.

Berlaku untuk