TopicClient.FormatTransferDeadLetterPath(String) Method

Definition

A utility method that, given the topic path and subscription name, forms a full path that points to the dead letter queue of the topic's transfer topic.

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

Parameters

topicPath
String

The topic path.

Returns

Returns a String representing a full path that points to the dead letter queue of the transfer topic of the specified topic. This path can be used in receiver creation or in URI formation (such as a REST URI).

Applies to