NamespaceManager.EventHubExists(String) Method

Definition

Indicates whether or not an Event Hub exists.

public bool EventHubExists (string path);
member this.EventHubExists : string -> bool
Public Function EventHubExists (path As String) As Boolean

Parameters

path
String

The path to the Event Hub.

Returns

Returns true if the Event Hub exists; otherwise, false.

Applies to