ClientBuilderExtensions.AddEventHubStreams Method

Definition

Overloads

AddEventHubStreams(IClientBuilder, String, Action<ClusterClientEventHubStreamConfigurator>)

Configure cluster client to use event hub persistent streams.

AddEventHubStreams(IClientBuilder, String, Action<IClusterClientEventHubStreamConfigurator>)

Configure cluster client to use event hub persistent streams.

AddEventHubStreams(IClientBuilder, String, Action<EventHubOptions>)

Configure cluster client to use event hub persistent streams with default settings.

AddEventHubStreams(IClientBuilder, String, Action<IClusterClientEventHubStreamConfigurator>)

Configure cluster client to use event hub persistent streams.

AddEventHubStreams(IClientBuilder, String, Action<EventHubOptions>)

Configure cluster client to use event hub persistent streams with default settings.

AddEventHubStreams(IClientBuilder, String, Action<ClusterClientEventHubStreamConfigurator>)

Configure cluster client to use event hub persistent streams.

public static Orleans.IClientBuilder AddEventHubStreams (this Orleans.IClientBuilder builder, string name, Action<Orleans.Streams.ClusterClientEventHubStreamConfigurator> configure);
static member AddEventHubStreams : Orleans.IClientBuilder * string * Action<Orleans.Streams.ClusterClientEventHubStreamConfigurator> -> Orleans.IClientBuilder
<Extension()>
Public Function AddEventHubStreams (builder As IClientBuilder, name As String, configure As Action(Of ClusterClientEventHubStreamConfigurator)) As IClientBuilder

Parameters

builder
IClientBuilder
name
String

Applies to

AddEventHubStreams(IClientBuilder, String, Action<IClusterClientEventHubStreamConfigurator>)

Configure cluster client to use event hub persistent streams.

public static Orleans.IClientBuilder AddEventHubStreams (this Orleans.IClientBuilder builder, string name, Action<Orleans.Hosting.IClusterClientEventHubStreamConfigurator> configure);
static member AddEventHubStreams : Orleans.IClientBuilder * string * Action<Orleans.Hosting.IClusterClientEventHubStreamConfigurator> -> Orleans.IClientBuilder
<Extension()>
Public Function AddEventHubStreams (builder As IClientBuilder, name As String, configure As Action(Of IClusterClientEventHubStreamConfigurator)) As IClientBuilder

Parameters

builder
IClientBuilder
name
String

Applies to

AddEventHubStreams(IClientBuilder, String, Action<EventHubOptions>)

Configure cluster client to use event hub persistent streams with default settings.

public static Orleans.Hosting.IClientBuilder AddEventHubStreams (this Orleans.Hosting.IClientBuilder builder, string name, Action<Orleans.Configuration.EventHubOptions> configureEventHub);
static member AddEventHubStreams : Orleans.Hosting.IClientBuilder * string * Action<Orleans.Configuration.EventHubOptions> -> Orleans.Hosting.IClientBuilder
<Extension()>
Public Function AddEventHubStreams (builder As IClientBuilder, name As String, configureEventHub As Action(Of EventHubOptions)) As IClientBuilder

Parameters

builder
IClientBuilder
name
String
configureEventHub
Action<EventHubOptions>

Applies to

AddEventHubStreams(IClientBuilder, String, Action<IClusterClientEventHubStreamConfigurator>)

Configure cluster client to use event hub persistent streams.

public static Orleans.Hosting.IClientBuilder AddEventHubStreams (this Orleans.Hosting.IClientBuilder builder, string name, Action<Orleans.Hosting.IClusterClientEventHubStreamConfigurator> configure);
static member AddEventHubStreams : Orleans.Hosting.IClientBuilder * string * Action<Orleans.Hosting.IClusterClientEventHubStreamConfigurator> -> Orleans.Hosting.IClientBuilder
<Extension()>
Public Function AddEventHubStreams (builder As IClientBuilder, name As String, configure As Action(Of IClusterClientEventHubStreamConfigurator)) As IClientBuilder

Parameters

builder
IClientBuilder
name
String

Applies to

AddEventHubStreams(IClientBuilder, String, Action<EventHubOptions>)

Configure cluster client to use event hub persistent streams with default settings.

public static Orleans.IClientBuilder AddEventHubStreams (this Orleans.IClientBuilder builder, string name, Action<Orleans.Configuration.EventHubOptions> configureEventHub);
static member AddEventHubStreams : Orleans.IClientBuilder * string * Action<Orleans.Configuration.EventHubOptions> -> Orleans.IClientBuilder
<Extension()>
Public Function AddEventHubStreams (builder As IClientBuilder, name As String, configureEventHub As Action(Of EventHubOptions)) As IClientBuilder

Parameters

builder
IClientBuilder
name
String
configureEventHub
Action<EventHubOptions>

Applies to