ISignalPropagationPathServiceFindLinkForReceiver Method |
Finds the
IServiceProvider which represents the link, in the signal propagation path, which has the provided receiver.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax IServiceProvider FindLinkForReceiver(
IServiceProvider receiver
)
Function FindLinkForReceiver (
receiver As IServiceProvider
) As IServiceProvider
IServiceProvider^ FindLinkForReceiver(
IServiceProvider^ receiver
)
abstract FindLinkForReceiver :
receiver : IServiceProvider -> IServiceProvider
Parameters
- receiver
- Type: SystemIServiceProvider
The receiver used to search the signal propagation path.
Return Value
Type:
IServiceProviderThe link as an
IServiceProvider or
if the receiver can not be found on the link path.
See Also