NodeWorker.Stdout property
A readable stream which contains data written to Stdout inside the worker thread. If Stdout: true was not passed to the Worker constructor, then data is piped to the parent thread's Stdout stream.
C#
public Stream Stdout { get; }See Also
- class NodeWorker
- namespace Microsoft.JavaScript.NodeApi.Interop