Table of Contents

Class AppJobQueueNameAttribute

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Abstractions.dll

Specify job queue name

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = false, Inherited = false)]
public sealed class AppJobQueueNameAttribute : Attribute
Inheritance
object
Attribute
AppJobQueueNameAttribute

Constructors

AppJobQueueNameAttribute(string)

public AppJobQueueNameAttribute(string queueName)

Parameters

queueName string

Properties

QueueName

public string QueueName { get; set; }

Property Value

string