| Worker Constructor (String) |
Initializes a new instance of the
Worker class
Namespace: Hangfire.ServerAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public Worker(
[NotNullAttribute] params string[] queues
)
Public Sub New (
<NotNullAttribute> ParamArray queues As String()
)
Parameters
- queues
- Type: SystemString
[Missing <param name="queues"/> documentation for "M:Hangfire.Server.Worker.#ctor(System.String[])"]
See Also