 | ChannelBaseAddContextListenerAsync Method |
Adds the event that is fired when a window broadcasts on this channel
Namespace:
OpenFin.FDC3.Channels
Assembly:
OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha6
Syntaxpublic Task AddContextListenerAsync(
Action<ContextBase> listener
)
Public Function AddContextListenerAsync (
listener As Action(Of ContextBase)
) As Task
public:
Task^ AddContextListenerAsync(
Action<ContextBase^>^ listener
)
Parameters
- listener
- Type: SystemActionContextBase
[Missing <param name="listener"/> documentation for "M:OpenFin.FDC3.Channels.ChannelBase.AddContextListenerAsync(System.Action{OpenFin.FDC3.Context.ContextBase})"]
Return Value
Type:
Task[Missing <returns> documentation for "M:OpenFin.FDC3.Channels.ChannelBase.AddContextListenerAsync(System.Action{OpenFin.FDC3.Context.ContextBase})"]
See Also