| QueueAttribute Constructor |
Initializes a new instance of the
QueueAttribute class
using the specified queue name.
Namespace: HangfireAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public QueueAttribute(
string queue
)
Public Sub New (
queue As String
)
Parameters
- queue
- Type: SystemString
Queue name.
See Also