Click or drag to resize
IFeedInitialise Method (MergedFeed, IEnumerableIFeed)
Initialises the feed with the merged feed configuration settings passed across.

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

Parameters

mergedFeed
Type: VirtualRadar.Interface.SettingsMergedFeed
mergePathways
Type: System.Collections.GenericIEnumerableIFeed
See Also