次の方法で共有


SubscriptionClient.FormatDeadLetterPath(String, String) メソッド

定義

指定したトピック パスとサブスクリプション名を使用して、形式名の配信不能パスを作成します。

public static string FormatDeadLetterPath (string topicPath, string subscriptionName);
static member FormatDeadLetterPath : string * string -> string
Public Shared Function FormatDeadLetterPath (topicPath As String, subscriptionName As String) As String

パラメーター

topicPath
String

トピックの完全なパス名。

subscriptionName
String

サブスクリプションの名前です。

戻り値

指定 String したトピック パスとサブスクリプション名を使用して、形式名の配信不能パスを作成した結果です。

適用対象