INodeInstance Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
Use Microsoft.AspNetCore.SpaServices.Extensions
Mewakili instans Node.js di mana Panggilan Prosedur Jarak Jauh (RPC) dapat dikirim.
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
- Turunan
- Atribut
- Penerapan
Metode
| InvokeExportAsync<T>(CancellationToken, String, String, Object[]) |
Kedaluwarsa.
Secara asinkron memanggil kode dalam instans Node.js. |