NamespaceManager.DeleteSubscription(String, String) メソッド

定義

指定したトピック パスとサブスクリプション名を持つサブスクリプションを削除します。

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

パラメーター

topicPath
String

サービス名前空間のベース アドレスを基準としたトピック パス。

name
String

削除するサブスクリプションの名前。

適用対象