Skip to content

NodeWorker.Options.Env property

If set, specifies the initial value of Env inside the Worker thread. Default: parent thread env.

C#
public IDictionary<string, string>? Env { get; set; }

Remarks

Not valid if ShareEnv is true.

See Also

Released under the MIT license