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 事件中心连接。

适用于