Edit

Share via


EventHubOptions.CreateConnectionDelegate Delegate

Definition

Creates an Azure Event Hub connection.

public delegate Azure.Messaging.EventHubs.EventHubConnection EventHubOptions.CreateConnectionDelegate(EventHubConnectionOptions connectionOptions);
type EventHubOptions.CreateConnectionDelegate = delegate of EventHubConnectionOptions -> EventHubConnection
Public Delegate Function EventHubOptions.CreateConnectionDelegate(connectionOptions As EventHubConnectionOptions) As EventHubConnection 

Parameters

connectionOptions
EventHubConnectionOptions

The connection options.

Return Value

An Azure Event Hub connection.

Applies to