Queue.DeleteAsync Method (String, String)

 

Deletes the specified object in the queue.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public static Task DeleteAsync(
	string path,
	string connectionString
)

Parameters

path
Type: System.String

Path of the queue relative to the service namespace base address.

connectionString
Type: System.String

The string used for the connection.

Return Value

Type: System.Threading.Tasks.Task

The object to delete.

Return to top
Show: