AddAdoNetStreams(IClientBuilder, string, Action<ClusterClientAdoNetStreamConfigurator>)
staticextension
public static IClientBuilder AddAdoNetStreams(this IClientBuilder builder, string name, Action<ClusterClientAdoNetStreamConfigurator> configure) Configures the client to use an ADO.NET stream provider.
Parameters
builderIClientBuilder- The client builder.
namestring- The stream provider name.
configureAction<ClusterClientAdoNetStreamConfigurator>- The delegate used to configure the provider.
Returns
The same
builder instance.