NamespaceOperationsExtensions.DeleteAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes an existing namespace. This operation also removes all associated entities including queues, topics, relay points, and messages stored under the namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx for more information)
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations operations, string namespaceName);
static member DeleteAsync : Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As INamespaceOperations, namespaceName As String) As Task(Of AzureOperationResponse)
Parameters
- operations
- INamespaceOperations
Reference to the Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations.
- namespaceName
- String
Required. The namespace name.
Returns
A standard service response including an HTTP status code and request ID.
Applies to
Azure SDK for .NET