AwsUtilsHostingExtensions.UseDynamoDBClustering 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
UseDynamoDBClustering(IClientBuilder, Action<OptionsBuilder<DynamoDBGatewayOptions>>) |
將用戶端設定為使用 DynamoDB 進行叢集。 |
UseDynamoDBClustering(IClientBuilder, Action<DynamoDBGatewayOptions>) |
將用戶端設定為使用 DynamoDB 進行叢集。 |
UseDynamoDBClustering(ISiloBuilder, Action<OptionsBuilder<DynamoDBClusteringOptions>>) |
將定址接收器設定為使用 DynamoDB 進行叢集。 |
UseDynamoDBClustering(ISiloBuilder, Action<DynamoDBClusteringOptions>) |
將定址接收器設定為使用 DynamoDB 進行叢集。 |
UseDynamoDBClustering(ISiloHostBuilder, Action<OptionsBuilder<DynamoDBClusteringOptions>>) |
將定址接收器設定為使用 DynamoDB 進行叢集。 |
UseDynamoDBClustering(ISiloHostBuilder, Action<DynamoDBClusteringOptions>) |
將定址接收器設定為使用 DynamoDB 進行叢集。 |
UseDynamoDBClustering(IClientBuilder, Action<OptionsBuilder<DynamoDBGatewayOptions>>) |
將用戶端設定為使用 DynamoDB 進行叢集。 |
UseDynamoDBClustering(IClientBuilder, Action<DynamoDBGatewayOptions>) |
將用戶端設定為使用 DynamoDB 進行叢集。 |
UseDynamoDBClustering(IClientBuilder, Action<OptionsBuilder<DynamoDBGatewayOptions>>)
將用戶端設定為使用 DynamoDB 進行叢集。
public static Orleans.Hosting.IClientBuilder UseDynamoDBClustering (this Orleans.Hosting.IClientBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.DynamoDBGatewayOptions>> configureOptions);
static member UseDynamoDBClustering : Orleans.Hosting.IClientBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.DynamoDBGatewayOptions>> -> Orleans.Hosting.IClientBuilder
<Extension()>
Public Function UseDynamoDBClustering (builder As IClientBuilder, configureOptions As Action(Of OptionsBuilder(Of DynamoDBGatewayOptions))) As IClientBuilder
參數
- builder
- IClientBuilder
產生器。
- configureOptions
- Action<OptionsBuilder<DynamoDBGatewayOptions>>
組態委派。
傳回
提供的 IClientBuilder。
適用於
UseDynamoDBClustering(IClientBuilder, Action<DynamoDBGatewayOptions>)
將用戶端設定為使用 DynamoDB 進行叢集。
public static Orleans.Hosting.IClientBuilder UseDynamoDBClustering (this Orleans.Hosting.IClientBuilder builder, Action<Orleans.Configuration.DynamoDBGatewayOptions> configureOptions);
static member UseDynamoDBClustering : Orleans.Hosting.IClientBuilder * Action<Orleans.Configuration.DynamoDBGatewayOptions> -> Orleans.Hosting.IClientBuilder
<Extension()>
Public Function UseDynamoDBClustering (builder As IClientBuilder, configureOptions As Action(Of DynamoDBGatewayOptions)) As IClientBuilder
參數
- builder
- IClientBuilder
產生器。
- configureOptions
- Action<DynamoDBGatewayOptions>
組態委派。
傳回
提供的 IClientBuilder。
適用於
UseDynamoDBClustering(ISiloBuilder, Action<OptionsBuilder<DynamoDBClusteringOptions>>)
將定址接收器設定為使用 DynamoDB 進行叢集。
public static Orleans.Hosting.ISiloBuilder UseDynamoDBClustering (this Orleans.Hosting.ISiloBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.DynamoDBClusteringOptions>> configureOptions);
static member UseDynamoDBClustering : Orleans.Hosting.ISiloBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.DynamoDBClusteringOptions>> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseDynamoDBClustering (builder As ISiloBuilder, configureOptions As Action(Of OptionsBuilder(Of DynamoDBClusteringOptions))) As ISiloBuilder
參數
- builder
- ISiloBuilder
產生器。
- configureOptions
- Action<OptionsBuilder<DynamoDBClusteringOptions>>
組態委派。
傳回
提供的 ISiloBuilder。
適用於
UseDynamoDBClustering(ISiloBuilder, Action<DynamoDBClusteringOptions>)
將定址接收器設定為使用 DynamoDB 進行叢集。
public static Orleans.Hosting.ISiloBuilder UseDynamoDBClustering (this Orleans.Hosting.ISiloBuilder builder, Action<Orleans.Configuration.DynamoDBClusteringOptions> configureOptions);
static member UseDynamoDBClustering : Orleans.Hosting.ISiloBuilder * Action<Orleans.Configuration.DynamoDBClusteringOptions> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseDynamoDBClustering (builder As ISiloBuilder, configureOptions As Action(Of DynamoDBClusteringOptions)) As ISiloBuilder
參數
- builder
- ISiloBuilder
產生器。
- configureOptions
- Action<DynamoDBClusteringOptions>
組態委派。
傳回
提供的 ISiloBuilder。
適用於
UseDynamoDBClustering(ISiloHostBuilder, Action<OptionsBuilder<DynamoDBClusteringOptions>>)
將定址接收器設定為使用 DynamoDB 進行叢集。
public static Orleans.Hosting.ISiloHostBuilder UseDynamoDBClustering (this Orleans.Hosting.ISiloHostBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.DynamoDBClusteringOptions>> configureOptions);
static member UseDynamoDBClustering : Orleans.Hosting.ISiloHostBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.DynamoDBClusteringOptions>> -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function UseDynamoDBClustering (builder As ISiloHostBuilder, configureOptions As Action(Of OptionsBuilder(Of DynamoDBClusteringOptions))) As ISiloHostBuilder
參數
- builder
- ISiloHostBuilder
產生器。
- configureOptions
- Action<OptionsBuilder<DynamoDBClusteringOptions>>
組態委派。
傳回
提供的 ISiloHostBuilder。
適用於
UseDynamoDBClustering(ISiloHostBuilder, Action<DynamoDBClusteringOptions>)
將定址接收器設定為使用 DynamoDB 進行叢集。
public static Orleans.Hosting.ISiloHostBuilder UseDynamoDBClustering (this Orleans.Hosting.ISiloHostBuilder builder, Action<Orleans.Configuration.DynamoDBClusteringOptions> configureOptions);
static member UseDynamoDBClustering : Orleans.Hosting.ISiloHostBuilder * Action<Orleans.Configuration.DynamoDBClusteringOptions> -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function UseDynamoDBClustering (builder As ISiloHostBuilder, configureOptions As Action(Of DynamoDBClusteringOptions)) As ISiloHostBuilder
參數
- builder
- ISiloHostBuilder
產生器。
- configureOptions
- Action<DynamoDBClusteringOptions>
組態委派。
傳回
提供的 ISiloHostBuilder。
適用於
UseDynamoDBClustering(IClientBuilder, Action<OptionsBuilder<DynamoDBGatewayOptions>>)
將用戶端設定為使用 DynamoDB 進行叢集。
public static Orleans.IClientBuilder UseDynamoDBClustering (this Orleans.IClientBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.DynamoDBGatewayOptions>> configureOptions);
static member UseDynamoDBClustering : Orleans.IClientBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.DynamoDBGatewayOptions>> -> Orleans.IClientBuilder
<Extension()>
Public Function UseDynamoDBClustering (builder As IClientBuilder, configureOptions As Action(Of OptionsBuilder(Of DynamoDBGatewayOptions))) As IClientBuilder
參數
- builder
- IClientBuilder
產生器。
- configureOptions
- Action<OptionsBuilder<DynamoDBGatewayOptions>>
組態委派。
傳回
提供的 IClientBuilder。
適用於
UseDynamoDBClustering(IClientBuilder, Action<DynamoDBGatewayOptions>)
將用戶端設定為使用 DynamoDB 進行叢集。
public static Orleans.IClientBuilder UseDynamoDBClustering (this Orleans.IClientBuilder builder, Action<Orleans.Configuration.DynamoDBGatewayOptions> configureOptions);
static member UseDynamoDBClustering : Orleans.IClientBuilder * Action<Orleans.Configuration.DynamoDBGatewayOptions> -> Orleans.IClientBuilder
<Extension()>
Public Function UseDynamoDBClustering (builder As IClientBuilder, configureOptions As Action(Of DynamoDBGatewayOptions)) As IClientBuilder
參數
- builder
- IClientBuilder
產生器。
- configureOptions
- Action<DynamoDBGatewayOptions>
組態委派。
傳回
提供的 IClientBuilder。