QueueAttribute(String) Constructor

Definition

Initializes a new instance of the QueueAttribute class.

public QueueAttribute (string queueName);
new Microsoft.Azure.WebJobs.QueueAttribute : string -> Microsoft.Azure.WebJobs.QueueAttribute
Public Sub New (queueName As String)

Parameters

queueName
String

The name of the queue to which to bind.

Applies to