IBroadcastChannelProvider.GetChannelWriter<T>(ChannelId) 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.
Get a writer to a channel.
public Orleans.BroadcastChannel.IBroadcastChannelWriter<T> GetChannelWriter<T> (Orleans.BroadcastChannel.ChannelId streamId);
abstract member GetChannelWriter : Orleans.BroadcastChannel.ChannelId -> Orleans.BroadcastChannel.IBroadcastChannelWriter<'T>
Public Function GetChannelWriter(Of T) (streamId As ChannelId) As IBroadcastChannelWriter(Of T)
Type Parameters
- T
The channel element type.
Parameters
- streamId
- ChannelId
The channel identifier.