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