Partilhar via


IBroadcastChannelWriter<T> Interface

Definição

Interface para permitir a gravação em um canal.

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

Parâmetros de tipo

T

O tipo de elemento channel.

Métodos

Publish(T)

Publique um elemento no canal.

Aplica-se a