ChannelHostingExtensions Class

Definition

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.

Applies to