IBroadcastChannelWriter<T>
interface
Namespace: Orleans.BroadcastChannel
Interface to allow writing to a channel.
public interface IBroadcastChannelWriter<T>Methods
Publish(T)Publish an element to the channel.
Namespace: Orleans.BroadcastChannel
public interface IBroadcastChannelWriter<T>Publish(T) Publish an element to the channel.