次の方法で共有


EventHubOptions.CreateConnectionDelegate 代理人

定義

Azure Event Hub 接続を作成します。

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 Event Hub 接続。

適用対象