AddMemoryStreams(IClientBuilder, string, Action<IClusterClientMemoryStreamConfigurator>)
staticextension
public static IClientBuilder AddMemoryStreams<TSerializer>(this IClientBuilder builder, string name, Action<IClusterClientMemoryStreamConfigurator> configure = null) Adds a new in-memory stream provider to the client.
Parameters
builderIClientBuilder- The builder.
namestring- The stream provider name.
configureAction<IClusterClientMemoryStreamConfigurator>- The configuration delegate.
Returns
The client builder.
