EntityNameHelper Class

Definition

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 entityPath

Applies to