INodeServices 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use Microsoft.AspNetCore.SpaServices.Extensions
表示在 Node.js 環境中叫用程式碼的能力。 雖然基礎 Node.js 實例可能會隨著時間而變更 (例如,進程可能會重新開機) , INodeServices 但實例會維持不變。
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
- 屬性
- 實作
方法
InvokeAsync<T>(CancellationToken, String, Object[]) |
已淘汰.
以非同步方式叫用 Node.js 實例中的程式碼。 |
InvokeAsync<T>(String, Object[]) |
已淘汰.
以非同步方式叫用 Node.js 實例中的程式碼。 |
InvokeExportAsync<T>(CancellationToken, String, String, Object[]) |
已淘汰.
以非同步方式叫用 Node.js 實例中的程式碼。 |
InvokeExportAsync<T>(String, String, Object[]) |
已淘汰.
以非同步方式叫用 Node.js 實例中的程式碼。 |