Class AppJobQueueNameAttribute
Specify job queue name
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = false, Inherited = false)]
public sealed class AppJobQueueNameAttribute : Attribute
- Inheritance
-
objectAttributeAppJobQueueNameAttribute
Constructors
AppJobQueueNameAttribute(string)
public AppJobQueueNameAttribute(string queueName)
Parameters
queueName
string
Properties
QueueName
public string QueueName { get; set; }