Click or drag to resize

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-alpha5
Syntax
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