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 インスタンス内のコードを非同期的に呼び出します。

適用対象