INodeInstance 介面

定義

警告

Use Microsoft.AspNetCore.SpaServices.Extensions

表示 (RPC) 的遠端程序呼叫 Node.js 實例。

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
衍生
屬性
實作

方法

InvokeExportAsync<T>(CancellationToken, String, String, Object[])
已淘汰.

以非同步方式叫用 Node.js 實例中的程式碼。

適用於