OrleansClientGenericHostExtensions.UseOrleansClient Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
UseOrleansClient(HostApplicationBuilder) |
Configura il generatore di app host per ospitare un client Orleans. |
UseOrleansClient(IHostApplicationBuilder) | |
UseOrleansClient(IHostBuilder) |
Configura il generatore host per ospitare un client Orleans. |
UseOrleansClient(HostApplicationBuilder, Action<IClientBuilder>) |
Configura il generatore di app host per ospitare un client Orleans. |
UseOrleansClient(IHostApplicationBuilder, Action<IClientBuilder>) |
Configura il generatore di app host per ospitare un client Orleans. |
UseOrleansClient(IHostBuilder, Action<HostBuilderContext,IClientBuilder>) |
Configura il generatore host per ospitare un client Orleans. |
UseOrleansClient(IHostBuilder, Action<IClientBuilder>) |
Configura il generatore host per ospitare un client Orleans. |
UseOrleansClient(HostApplicationBuilder)
Configura il generatore di app host per ospitare un client Orleans.
public static Microsoft.Extensions.Hosting.HostApplicationBuilder UseOrleansClient (this Microsoft.Extensions.Hosting.HostApplicationBuilder hostAppBuilder);
static member UseOrleansClient : Microsoft.Extensions.Hosting.HostApplicationBuilder -> Microsoft.Extensions.Hosting.HostApplicationBuilder
<Extension()>
Public Function UseOrleansClient (hostAppBuilder As HostApplicationBuilder) As HostApplicationBuilder
Parametri
- hostAppBuilder
- HostApplicationBuilder
Generatore di app host.
Restituisce
Generatore host.
Eccezioni
hostAppBuilder
è null.
Commenti
La chiamata a questo metodo più volte nella stessa IClientBuilder istanza comporta la configurazione di un client. Si noti che questo metodo non deve essere usato in combinazione con HostApplicationBuilder.UseOrleans, poiché UseOrleans include automaticamente un client.
Si applica a
UseOrleansClient(IHostApplicationBuilder)
public static Microsoft.Extensions.Hosting.IHostApplicationBuilder UseOrleansClient (this Microsoft.Extensions.Hosting.IHostApplicationBuilder hostAppBuilder);
static member UseOrleansClient : Microsoft.Extensions.Hosting.IHostApplicationBuilder -> Microsoft.Extensions.Hosting.IHostApplicationBuilder
<Extension()>
Public Function UseOrleansClient (hostAppBuilder As IHostApplicationBuilder) As IHostApplicationBuilder
Parametri
- hostAppBuilder
- IHostApplicationBuilder
Generatore di app host.
Restituisce
Generatore host.
Eccezioni
hostAppBuilder
è null.
Commenti
La chiamata a questo metodo più volte nella stessa IClientBuilder istanza comporta la configurazione di un client. Si noti che questo metodo non deve essere usato in combinazione con IHostApplicationBuilder.UseOrleans, poiché UseOrleans include automaticamente un client.
Si applica a
UseOrleansClient(IHostBuilder)
Configura il generatore host per ospitare un client Orleans.
public static Microsoft.Extensions.Hosting.IHostBuilder UseOrleansClient (this Microsoft.Extensions.Hosting.IHostBuilder hostBuilder);
static member UseOrleansClient : Microsoft.Extensions.Hosting.IHostBuilder -> Microsoft.Extensions.Hosting.IHostBuilder
<Extension()>
Public Function UseOrleansClient (hostBuilder As IHostBuilder) As IHostBuilder
Parametri
- hostBuilder
- IHostBuilder
Generatore host.
Restituisce
Generatore host.
Eccezioni
hostBuilder
è null.
Commenti
La chiamata a questo metodo più volte nella stessa IClientBuilder istanza comporta la configurazione di un client. Si noti che questo metodo non deve essere usato insieme a IHostBuilder.UseOrleans, poiché UseOrleans include automaticamente un client.
Si applica a
UseOrleansClient(HostApplicationBuilder, Action<IClientBuilder>)
Configura il generatore di app host per ospitare un client Orleans.
public static Microsoft.Extensions.Hosting.HostApplicationBuilder UseOrleansClient (this Microsoft.Extensions.Hosting.HostApplicationBuilder hostAppBuilder, Action<Orleans.Hosting.IClientBuilder> configureDelegate);
static member UseOrleansClient : Microsoft.Extensions.Hosting.HostApplicationBuilder * Action<Orleans.Hosting.IClientBuilder> -> Microsoft.Extensions.Hosting.HostApplicationBuilder
<Extension()>
Public Function UseOrleansClient (hostAppBuilder As HostApplicationBuilder, configureDelegate As Action(Of IClientBuilder)) As HostApplicationBuilder
Parametri
- hostAppBuilder
- HostApplicationBuilder
Generatore di app host.
- configureDelegate
- Action<IClientBuilder>
Delegato usato per configurare il client.
Restituisce
Generatore host.
Eccezioni
hostAppBuilder
è null o configureDelegate
è null.
Commenti
La chiamata a questo metodo più volte nella stessa IClientBuilder istanza comporta la configurazione di un client. Tuttavia, gli effetti di configureDelegate
verranno applicati una volta per ogni chiamata. Si noti che questo metodo non deve essere usato in combinazione con HostApplicationBuilder.UseOrleans, poiché UseOrleans include automaticamente un client.
Si applica a
UseOrleansClient(IHostApplicationBuilder, Action<IClientBuilder>)
Configura il generatore di app host per ospitare un client Orleans.
public static Microsoft.Extensions.Hosting.IHostApplicationBuilder UseOrleansClient (this Microsoft.Extensions.Hosting.IHostApplicationBuilder hostAppBuilder, Action<Orleans.Hosting.IClientBuilder> configureDelegate);
static member UseOrleansClient : Microsoft.Extensions.Hosting.IHostApplicationBuilder * Action<Orleans.Hosting.IClientBuilder> -> Microsoft.Extensions.Hosting.IHostApplicationBuilder
<Extension()>
Public Function UseOrleansClient (hostAppBuilder As IHostApplicationBuilder, configureDelegate As Action(Of IClientBuilder)) As IHostApplicationBuilder
Parametri
- hostAppBuilder
- IHostApplicationBuilder
Generatore di app host.
- configureDelegate
- Action<IClientBuilder>
Delegato usato per configurare il client.
Restituisce
Generatore host.
Eccezioni
hostAppBuilder
è null o configureDelegate
è null.
Commenti
La chiamata a questo metodo più volte nella stessa IClientBuilder istanza comporta la configurazione di un client. Tuttavia, gli effetti di configureDelegate
verranno applicati una volta per ogni chiamata. Si noti che questo metodo non deve essere usato in combinazione con IHostApplicationBuilder.UseOrleans, poiché UseOrleans include automaticamente un client.
Si applica a
UseOrleansClient(IHostBuilder, Action<HostBuilderContext,IClientBuilder>)
Configura il generatore host per ospitare un client Orleans.
public static Microsoft.Extensions.Hosting.IHostBuilder UseOrleansClient (this Microsoft.Extensions.Hosting.IHostBuilder hostBuilder, Action<Microsoft.Extensions.Hosting.HostBuilderContext,Orleans.Hosting.IClientBuilder> configureDelegate);
static member UseOrleansClient : Microsoft.Extensions.Hosting.IHostBuilder * Action<Microsoft.Extensions.Hosting.HostBuilderContext, Orleans.Hosting.IClientBuilder> -> Microsoft.Extensions.Hosting.IHostBuilder
<Extension()>
Public Function UseOrleansClient (hostBuilder As IHostBuilder, configureDelegate As Action(Of HostBuilderContext, IClientBuilder)) As IHostBuilder
Parametri
- hostBuilder
- IHostBuilder
Generatore host.
- configureDelegate
- Action<HostBuilderContext,IClientBuilder>
Delegato usato per configurare il client.
Restituisce
Generatore host.
Eccezioni
hostBuilder
è null o configureDelegate
è null.
Commenti
La chiamata a questo metodo più volte nella stessa IClientBuilder istanza comporta la configurazione di un client. Tuttavia, gli effetti di configureDelegate
verranno applicati una volta per ogni chiamata. Si noti che questo metodo non deve essere usato insieme a IHostBuilder.UseOrleans, poiché UseOrleans include automaticamente un client.
Si applica a
UseOrleansClient(IHostBuilder, Action<IClientBuilder>)
Configura il generatore host per ospitare un client Orleans.
public static Microsoft.Extensions.Hosting.IHostBuilder UseOrleansClient (this Microsoft.Extensions.Hosting.IHostBuilder hostBuilder, Action<Orleans.Hosting.IClientBuilder> configureDelegate);
static member UseOrleansClient : Microsoft.Extensions.Hosting.IHostBuilder * Action<Orleans.Hosting.IClientBuilder> -> Microsoft.Extensions.Hosting.IHostBuilder
<Extension()>
Public Function UseOrleansClient (hostBuilder As IHostBuilder, configureDelegate As Action(Of IClientBuilder)) As IHostBuilder
Parametri
- hostBuilder
- IHostBuilder
Generatore host.
- configureDelegate
- Action<IClientBuilder>
Delegato usato per configurare il client.
Restituisce
Generatore host.
Eccezioni
hostBuilder
è null o configureDelegate
è null.
Commenti
La chiamata a questo metodo più volte nella stessa IClientBuilder istanza comporta la configurazione di un client. Tuttavia, gli effetti di configureDelegate
verranno applicati una volta per ogni chiamata. Si noti che questo metodo non deve essere usato insieme a IHostBuilder.UseOrleans, poiché UseOrleans include automaticamente un client.