INodeServices
InvokeAsync<T>(String, Object[])
InvokeAsync<T>(CancellationToken, String, Object[])
InvokeExportAsync<T>(String, String, Object[])
InvokeExportAsync<T>(CancellationToken, String, String, Object[])
net10.0
namespace Microsoft.AspNetCore.NodeServices
{
[Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public interface INodeServices : IDisposable
{
Task<T> InvokeExportAsync<T>(CancellationToken cancellationToken, string moduleName, string exportedFunctionName, params object[] args);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 3.1 |
Information specific to net10.0 | |
| Assembly | Microsoft.AspNetCore.NodeServices , Version=3.1.32.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.AspNetCore.NodeServices (3.1.32) netcoreapp3.1 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API