 | ChannelBaseBroadcastAsync Method |
Broadcasts the given context on this channel.
Note that this function ca be used without first joining the channel, allowing applciations to broadcast on channels they are not members.
This broadcast will be receied by all windows that are members of this channel, except for the window that makes the broadcast.
Namespace:
OpenFin.FDC3.Channels
Assembly:
OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha6
Syntaxpublic Task BroadcastAsync(
ContextBase context
)
Public Function BroadcastAsync (
context As ContextBase
) As Task
public:
Task^ BroadcastAsync(
ContextBase^ context
)
Parameters
- context
- Type: OpenFin.FDC3.ContextContextBase
[Missing <param name="context"/> documentation for "M:OpenFin.FDC3.Channels.ChannelBase.BroadcastAsync(OpenFin.FDC3.Context.ContextBase)"]
Return Value
Type:
Task[Missing <returns> documentation for "M:OpenFin.FDC3.Channels.ChannelBase.BroadcastAsync(OpenFin.FDC3.Context.ContextBase)"]
See Also