Click or drag to resize
Worker Constructor (String)
Initializes a new instance of the Worker class

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public Worker(
	[NotNullAttribute] params string[] queues
)

Parameters

queues
Type: SystemString

[Missing <param name="queues"/> documentation for "M:Hangfire.Server.Worker.#ctor(System.String[])"]

See Also