ChannelHostingExtensions
class
Namespace: Orleans.Hosting
Provides extension methods for configuring and resolving broadcast channel providers.
public static class ChannelHostingExtensionsMethods
AddBroadcastChannel(IClientBuilder, string, Action<BroadcastChannelOptions>)Add a new broadcast channel to the client.AddBroadcastChannel(IClientBuilder, string, Action<OptionsBuilder<BroadcastChannelOptions>>)Add a new broadcast channel to the client.AddBroadcastChannel(ISiloBuilder, string, Action<BroadcastChannelOptions>)Add a new broadcast channel to the silo.AddBroadcastChannel(ISiloBuilder, string, Action<OptionsBuilder<BroadcastChannelOptions>>)Add a new broadcast channel to the silo.GetBroadcastChannelProvider(IClusterClient, string)Gets a named broadcast channel provider.
