LinkDirectionsProvider Constructor (IEnumerableIServiceProvider, IServiceProvider) | 
 Initializes a new instance.
 
    Namespace: 
   AGI.Foundation.Communications.Antennas
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> LinkDirectionsProviderParameters
- 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