Click or drag to resize
IFeed.ApplyConfiguration Method (MergedFeed, IEnumerable<IFeed>)
Updates the listener with the new configuration options passed across.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void ApplyConfiguration(
	MergedFeed mergedFeed,
	IEnumerable<IFeed> mergePathways
)

Parameters

mergedFeed
Type: VirtualRadar.Interface.Settings.MergedFeed
mergePathways
Type: System.Collections.Generic.IEnumerable<IFeed>
See Also