OnDemandTransferInfo.NotificationQueueName Property

 

Gets or sets the name of a queue where a completion message will be enqueued to provide information about this transfer.

Namespace:   Microsoft.WindowsAzure.Diagnostics.Management
Assembly:  Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)

Syntax

public string NotificationQueueName { get; set; }
public:
property String^ NotificationQueueName {
    String^ get();
    void set(String^ value);
}
member NotificationQueueName : string with get, set
Public Property NotificationQueueName As String

Property Value

Type: System.String

Type: System.String

Returns String.

Remarks

The NotificationQueueName property specifies the name of the queue where a notification message will be sent when the transfer is completed. If notification of completion is requested, a single message will be placed in the specified queue when the transfer is complete.

Warning

This API is not supported in Azure SDK versions 2.5 and higher. Instead, use the diagnostics.wadcfg XML configuration file. For more information, see Collect Logging Data by Using Azure Diagnostics.

See Also

OnDemandTransferInfo Class
Microsoft.WindowsAzure.Diagnostics.Management Namespace

Return to top