Call emit on the underlying JS EventEmitter with factory-generated arguments.

The argsFactory parameter will be called on the JS thread with a valid context, allowing us to use it to generate the arguments to emit.

Location

Namespace
Fuse.Scripting
Package
Fuse.Scripting 2.9.1

Parameters

argsFactory

Func<Context, object[]> (Context)