NamespaceManager.DeleteTopic(String) Method

Definition

Deletes the topic described by path relative to the service namespace base address.

public void DeleteTopic (string path);
member this.DeleteTopic : string -> unit
Public Sub DeleteTopic (path As String)

Parameters

path
String

The path of the topic relative to the service namespace base address.

Exceptions

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

Applies to