ClientBuilderStreamingExtensions
class
Namespace: Orleans.Hosting
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public static class ClientBuilderStreamingExtensionsMethods
AddMemoryStreams(IClientBuilder, string, Action<IClusterClientMemoryStreamConfigurator>)Adds a new in-memory stream provider to the client, using the default message serializer (DefaultMemoryMessageBodySerializer).AddMemoryStreams(IClientBuilder, string, Action<IClusterClientMemoryStreamConfigurator>)Adds a new in-memory stream provider to the client.AddPersistentStreams(IClientBuilder, string, Func<IServiceProvider, string, IQueueAdapterFactory>, Action<IClusterClientPersistentStreamConfigurator>)Adds a new persistent streams provider to the client.AddStreaming(IClientBuilder)Adds support for streaming to this client.
