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