Click or drag to resize

ISignalPropagationPathService.LinkPath Property

Gets the link path which is a list of links, as IServiceProvider instances, from the transmission source to the receiver object.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
IEnumerable<IServiceProvider> LinkPath { get; }

Property Value

Type: IEnumerable<IServiceProvider>
See Also