EventHubDescription(String) Constructor

Definition

Initializes a new instance of the EventHubDescription class.

public EventHubDescription (string path);
new Microsoft.ServiceBus.Messaging.EventHubDescription : string -> Microsoft.ServiceBus.Messaging.EventHubDescription
Public Sub New (path As String)

Parameters

path
String

The path of the event hub relative to the service namespace base address.

Applies to