Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
IServiceProvider FindLinkForReceiver(
	IServiceProvider receiver
)

Parameters

receiver
Type: SystemIServiceProvider
The receiver used to search the signal propagation path.

Return Value

Type: IServiceProvider
The link as an IServiceProvider or null if the receiver can not be found on the link path.
See Also