ISignalPropagationPathService.FindLinkForReceiver 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.3.420.0 (24.3.420.0)
SyntaxIServiceProvider FindLinkForReceiver(
IServiceProvider receiver
)
Function FindLinkForReceiver (
receiver As IServiceProvider
) As IServiceProvider
IServiceProvider^ FindLinkForReceiver(
IServiceProvider^ receiver
)
abstract FindLinkForReceiver :
receiver : IServiceProvider -> IServiceProvider
Parameters
- receiver
- Type: System.IServiceProvider
The receiver used to search the signal propagation path.
Return Value
Type:
IServiceProviderThe link as an
IServiceProvider or
null if the receiver can not be found on the link path.
See Also