INodeServices インターフェイス

定義

注意事項

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

適用対象