NamespaceManager.DeleteSubscription(String, String) Method

Definition

Deletes the subscription with the specified topic path and subscription name.

public void DeleteSubscription (string topicPath, string name);
member this.DeleteSubscription : string * string -> unit
Public Sub DeleteSubscription (topicPath As String, name As String)

Parameters

topicPath
String

The topic path relative to the service namespace base address.

name
String

The name of the subscription to delete.

Applies to