EntityNameHelper Class
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.
This class can be used to format the path for different Service Bus entity types.
public static class EntityNameHelper
type EntityNameHelper = class
Public Class EntityNameHelper
- Inheritance
-
EntityNameHelper
Methods
FormatDeadLetterPath(String) |
Formats the dead letter path for either a queue, or a subscription. |
FormatRulePath(String, String, String) |
Formats the rule path, based on the topic path, subscription name and rule name. |
FormatSubQueuePath(String, String) |
Formats the subqueue path for either a queue, or a subscription. |
FormatSubscriptionPath(String, String) |
Formats the subscription path, based on the topic path and subscription name. |
FormatTransferDeadLetterPath(String) |
Utility method that creates the name for the transfer dead letter receiver, specified by |
Applies to
Azure SDK for .NET