Click or drag to resize
IFeedApplyConfiguration Method (MergedFeed, IEnumerableIFeed)
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.SettingsMergedFeed
mergePathways
Type: System.Collections.GenericIEnumerableIFeed
See Also