TopicOperationsExtensions.Delete(ITopicOperations, String, String) Method

Definition

Deletes an existing topic. This operation will also remove all associated state including associated subscriptions. (see http://msdn.microsoft.com/en-us/library/hh780721.aspx for more information)

public static Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.WindowsAzure.Management.ServiceBus.ITopicOperations operations, string namespaceName, string topicName);
static member Delete : Microsoft.WindowsAzure.Management.ServiceBus.ITopicOperations * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As ITopicOperations, namespaceName As String, topicName As String) As AzureOperationResponse

Parameters

operations
ITopicOperations

Reference to the Microsoft.WindowsAzure.Management.ServiceBus.ITopicOperations.

namespaceName
String

Required. The namespace name.

topicName
String

Required. The topic.

Returns

Microsoft.Azure.AzureOperationResponse

A standard service response including an HTTP status code and request ID.

Applies to