ChannelHostingExtensions.AddBroadcastChannel Metodo

Definizione

Overload

AddBroadcastChannel(IClientBuilder, String, Action<OptionsBuilder<BroadcastChannelOptions>>)

Aggiungere un nuovo canale di trasmissione al client.

AddBroadcastChannel(IClientBuilder, String, Action<BroadcastChannelOptions>)

Aggiungere un nuovo canale di trasmissione al client.

AddBroadcastChannel(ISiloBuilder, String, Action<OptionsBuilder<BroadcastChannelOptions>>)

Aggiungere un nuovo canale di trasmissione al silo.

AddBroadcastChannel(ISiloBuilder, String, Action<BroadcastChannelOptions>)

Aggiungere un nuovo canale di trasmissione al silo.

AddBroadcastChannel(IClientBuilder, String, Action<OptionsBuilder<BroadcastChannelOptions>>)

Aggiungere un nuovo canale di trasmissione al client.

public static Orleans.Hosting.IClientBuilder AddBroadcastChannel (this Orleans.Hosting.IClientBuilder this, string name, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.BroadcastChannel.BroadcastChannelOptions>> configureOptions = default);
static member AddBroadcastChannel : string * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.BroadcastChannel.BroadcastChannelOptions>> -> Orleans.Hosting.IClientBuilder
<Extension()>
Public Function AddBroadcastChannel (this As IClientBuilder, name As String, Optional configureOptions As Action(Of OptionsBuilder(Of BroadcastChannelOptions)) = Nothing) As IClientBuilder

Parametri

this
IClientBuilder

Generatore.

name
String

Nome del provider

configureOptions
Action<OptionsBuilder<BroadcastChannelOptions>>

Delegato di configurazione.

Restituisce

Si applica a

AddBroadcastChannel(IClientBuilder, String, Action<BroadcastChannelOptions>)

Aggiungere un nuovo canale di trasmissione al client.

public static Orleans.Hosting.IClientBuilder AddBroadcastChannel (this Orleans.Hosting.IClientBuilder this, string name, Action<Orleans.BroadcastChannel.BroadcastChannelOptions> configureOptions);
static member AddBroadcastChannel : string * Action<Orleans.BroadcastChannel.BroadcastChannelOptions> -> Orleans.Hosting.IClientBuilder
<Extension()>
Public Function AddBroadcastChannel (this As IClientBuilder, name As String, configureOptions As Action(Of BroadcastChannelOptions)) As IClientBuilder

Parametri

this
IClientBuilder

Generatore.

name
String

Nome del provider

configureOptions
Action<BroadcastChannelOptions>

Delegato di configurazione.

Restituisce

Si applica a

AddBroadcastChannel(ISiloBuilder, String, Action<OptionsBuilder<BroadcastChannelOptions>>)

Aggiungere un nuovo canale di trasmissione al silo.

public static Orleans.Hosting.ISiloBuilder AddBroadcastChannel (this Orleans.Hosting.ISiloBuilder this, string name, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.BroadcastChannel.BroadcastChannelOptions>> configureOptions = default);
static member AddBroadcastChannel : string * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.BroadcastChannel.BroadcastChannelOptions>> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function AddBroadcastChannel (this As ISiloBuilder, name As String, Optional configureOptions As Action(Of OptionsBuilder(Of BroadcastChannelOptions)) = Nothing) As ISiloBuilder

Parametri

this
ISiloBuilder

Generatore.

name
String

Nome del provider

configureOptions
Action<OptionsBuilder<BroadcastChannelOptions>>

Delegato di configurazione.

Restituisce

Si applica a

AddBroadcastChannel(ISiloBuilder, String, Action<BroadcastChannelOptions>)

Aggiungere un nuovo canale di trasmissione al silo.

public static Orleans.Hosting.ISiloBuilder AddBroadcastChannel (this Orleans.Hosting.ISiloBuilder this, string name, Action<Orleans.BroadcastChannel.BroadcastChannelOptions> configureOptions);
static member AddBroadcastChannel : string * Action<Orleans.BroadcastChannel.BroadcastChannelOptions> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function AddBroadcastChannel (this As ISiloBuilder, name As String, configureOptions As Action(Of BroadcastChannelOptions)) As ISiloBuilder

Parametri

this
ISiloBuilder

Generatore.

name
String

Nome del provider

configureOptions
Action<BroadcastChannelOptions>

Delegato di configurazione.

Restituisce

Si applica a