Skip to content

IBroadcastChannelWriter<T> Methods

Interface to allow writing to a channel.

Publish(T)

abstract
public abstract Task Publish(T item)
Publish an element to the channel.

Parameters

itemT
The element to publish.