你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TopicClient.FormatTransferDeadLetterPath(String) 方法

定义

一种实用工具方法,给定主题路径和订阅名称,形成指向主题转移主题的死信队列的完整路径。

public static string FormatTransferDeadLetterPath (string topicPath);
static member FormatTransferDeadLetterPath : string -> string
Public Shared Function FormatTransferDeadLetterPath (topicPath As String) As String

参数

topicPath
String

主题路径。

返回

返回一个 String ,它表示指向指定主题的传输主题的死信队列的完整路径。 此路径可用于接收方创建或 URI 形成 (例如 REST URI) 。

适用于