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 实例中的代码。

适用于