This topic has not yet been rated - Rate this topic

ServiceBusNamespaceClient.DeleteTopic Method

Deletes the topic described by path.

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
public void DeleteTopic(
	string path
)

Parameters

path
Type: System.String
Path of the topic relative to the service namespace base address.
Exception Condition
ArgumentException

path is null or empty, or path starts or ends with "/".

Did you find this helpful?
(1500 characters remaining)