NodeWorker.PostMessage method
Send a message to the worker that is received via the ParentPort
Message
event.
C#
public void PostMessage(JSValue value)
parameter | description |
---|---|
value |
See Also
- struct JSValue
- class NodeWorker
- namespace Microsoft.JavaScript.NodeApi.Interop