Partilhar via


EventHubOptions.CreateConnectionDelegate Delegar

Definição

Cria uma conexão do Hub de Eventos do Azure.

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

As opções de conexão.

Valor Retornado

Uma conexão do Hub de Eventos do Azure.

Aplica-se a