Skip to content

NodeWorker.Options.Name property

An optional name to be appended to the worker title for debugging/identification purposes.

C#
public string? Name { get; set; }

See Also

Released under the MIT license