共用方式為


IBroadcastChannelWriter<T> 介面

定義

允許寫入通道的介面。

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

類型參數

T

通道專案類型。

方法

Publish(T)

將專案發佈至通道。

適用於