TopicClient.FormatTransferDeadLetterPath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET