Skip to content
Node API for .NET
Search
K
Appearance
Menu
Return to top
On this page
JSPromise.ResolveCallback delegate
C#
public
delegate
void
ResolveCallback
(
Action
<
JSValue
>
resolve
);
See Also
struct
JSValue
struct
JSPromise
namespace
Microsoft.JavaScript.NodeApi