Class MessagingEntityClient
- Namespace
- Microsoft.ServiceBus.Messaging
- Assembly
- Microsoft.ServiceBus.dll
This is the base abstract class that all clients for messsaging entities like topics, queues, and subscriptions.
public abstract class MessagingEntityClient : ClientEntity
- Inheritance
-
MessagingEntityClient
- Derived
- Inherited Members
Properties
Path
Gets the queue's, topic's, or subscription's path relative to the MessagingFactory base address.
public string Path { get; }
Property Value
- string
The queue's, topic's, or subscription's path relative to the MessagingFactory base address.