INodeInstance インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 インスタンス内のコードを非同期的に呼び出します。 |