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

EntityNameHelper.FormatDeadLetterPath(String) 方法

定义

设置队列或订阅的死信路径的格式。

public static string FormatDeadLetterPath (string entityPath);
static member FormatDeadLetterPath : string -> string
Public Shared Function FormatDeadLetterPath (entityPath As String) As String

参数

entityPath
String

队列的名称或订阅的路径。

返回

作为死信实体的字符串的路径。

适用于