AddEventHubStreams(IClientBuilder, string, Action<EventHubOptions>)
staticextension
public static IClientBuilder AddEventHubStreams(this IClientBuilder builder, string name, Action<EventHubOptions> configureEventHub) Configure cluster client to use event hub persistent streams with default settings.
Parameters
builderIClientBuildernamestringconfigureEventHubAction<EventHubOptions>
