Compartir a través de


EventHubOptions.CreateConnectionDelegate Delegado

Definición

Crea una conexión de Azure Event Hubs.

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 

Parámetros

connectionOptions
EventHubConnectionOptions

Las opciones de conexión.

Valor devuelto

Una conexión de Azure Event Hubs.

Se aplica a