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

EntityNameHelper.FormatDeadLetterPath(String) Method

Definition

Formats the dead letter path for either a queue, or a subscription.

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

Parameters

entityPath
String

The name of the queue, or path of the subscription.

Returns

The path as a string of the dead letter entity.

Applies to