| QueueAttribute Class |
Namespace: Hangfire
The QueueAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| QueueAttribute |
Initializes a new instance of the QueueAttribute class
using the specified queue name.
|
| Name | Description | |
|---|---|---|
| AllowMultiple | (Inherited from JobFilterAttribute.) | |
| Order | (Inherited from JobFilterAttribute.) | |
| Queue |
Gets the queue name that will be used for background jobs.
|
| Name | Description | |
|---|---|---|
| OnStateElection |