Click or drag to resize
QueueAttribute Constructor
Initializes a new instance of the QueueAttribute class using the specified queue name.

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public QueueAttribute(
	string queue
)

Parameters

queue
Type: SystemString
Queue name.
See Also