IBroadcastChannelWriter<T> Interface

Definition

Interface to allow writing to a channel.

public interface IBroadcastChannelWriter<T>
type IBroadcastChannelWriter<'T> = interface
Public Interface IBroadcastChannelWriter(Of T)

Type Parameters

T

The channel element type.

Methods

Publish(T)

Publish an element to the channel.

Applies to