Click or drag to resize

LinkDirectionsProvider Constructor (IEnumerable<IServiceProvider>, IServiceProvider)

Initializes a new instance.

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public LinkDirectionsProvider(
	IEnumerable<IServiceProvider> links,
	IServiceProvider timeObserver
)

Parameters

links
Type: System.Collections.Generic.IEnumerable<IServiceProvider>
The list of links from which the directions are determined.
timeObserver
Type: System.IServiceProvider
the time observer instance used to validate the time observer for each link in links.
See Also