Click or drag to resize

LinkDirectionsProvider Constructor (IEnumerableIServiceProvider, IServiceProvider)

Initializes a new instance.

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

Parameters

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