UseCosmosGatewayListProvider(IClientBuilder, Action<CosmosClusteringOptions>)
staticextension
public static IClientBuilder UseCosmosGatewayListProvider(this IClientBuilder builder, Action<CosmosClusteringOptions> configureOptions) Adds clustering backed by Azure Cosmos DB.
Parameters
builderIClientBuilder- The client builder.
configureOptionsAction<CosmosClusteringOptions>- The delegate used to configure the provider.
Returns
The provided
builder.