다음을 통해 공유


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 연결.

적용 대상