共用方式為


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 事件中樞連線。

適用於