ISignalPropagationPathServiceLinkPath 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.2.419.0 (24.2.419.0)
Syntax IEnumerable<IServiceProvider> LinkPath { get; }
ReadOnly Property LinkPath As IEnumerable(Of IServiceProvider)
Get
property IEnumerable<IServiceProvider^>^ LinkPath {
IEnumerable<IServiceProvider^>^ get ();
}
abstract LinkPath : IEnumerable<IServiceProvider> with get
Property Value
Type:
IEnumerableIServiceProviderSee Also