LinkDirectionsProvider Constructor (IEnumerableIServiceProvider, IServiceProvider) |
Initializes a new instance.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public LinkDirectionsProvider(
IEnumerable<IServiceProvider> links,
IServiceProvider timeObserver
)
Public Sub New (
links As IEnumerable(Of IServiceProvider),
timeObserver As IServiceProvider
)
public:
LinkDirectionsProvider(
IEnumerable<IServiceProvider^>^ links,
IServiceProvider^ timeObserver
)
new :
links : IEnumerable<IServiceProvider> *
timeObserver : IServiceProvider -> LinkDirectionsProvider
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