Share via


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

QueueClient.FormatDeadLetterPath(String) 方法

定义

从指定的死信队列路径生成格式名称。

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

参数

queuePath
String

死信队列的路径。

返回

生成 String 指定死信队列路径的格式名称后得到的 。

适用于