ChannelHostingExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class ChannelHostingExtensions
type ChannelHostingExtensions = class
Public Module ChannelHostingExtensions
- Inheritance
-
ChannelHostingExtensions
Methods
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) |
Get the named broadcast channel provided. |