Поделиться через


EventHubOptions.CreateConnectionDelegate Делегат

Определение

Создает подключение к Концентратору событий 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 

Параметры

connectionOptions
EventHubConnectionOptions

Параметры подключения.

Возвращаемое значение

Подключение к Концентратору событий Azure.

Применяется к