Skip to content

JSThreadSafeFunction constructor

C#
public JSThreadSafeFunction(int maxQueueSize, int initialThreadCount, 
    ref JSValue asyncResourceName, ref JSValue? jsFunction = null, 
    ref JSObject? asyncResource = null, JSThreadSafeFinalizeCallback? finalize = null, 
    object? functionContext = null, JSThreadSafeCallback? jsCaller = null)

See Also

Released under the MIT license