IBroadcastChannelWriter<T>.Publish(T) Method
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.
Publish an element to the channel.
public System.Threading.Tasks.Task Publish (T item);
abstract member Publish : 'T -> System.Threading.Tasks.Task
Public Function Publish (item As T) As Task
Parameters
- item
- T
The element to publish.