INodeInstance Interface

Définition

Attention

Use Microsoft.AspNetCore.SpaServices.Extensions

Représente une instance de Node.js auxquelles les appels de procédure distante (RPC) peuvent être envoyés.

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
Dérivé
Attributs
Implémente

Méthodes

InvokeExportAsync<T>(CancellationToken, String, String, Object[])
Obsolète.

Appelle de façon asynchrone du code dans le Node.js instance.

S’applique à