INodeInstance Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use Microsoft.AspNetCore.SpaServices.Extensions
Represents an instance of Node.js to which Remote Procedure Calls (RPC) may be sent.
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
- Derived
- Attributes
- Implements
Methods
InvokeExportAsync<T>(CancellationToken, String, String, Object[]) |
Asynchronously invokes code in the Node.js instance. |