Click or drag to resize

CommunicationLinkCollectionFind Method (IServiceProvider, IServiceProvider)

Finds all links with the specified transmitter and receiver pair.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IEnumerable<ExtensibleObject> Find(
	IServiceProvider transmitter,
	IServiceProvider receiver
)

Parameters

transmitter
Type: SystemIServiceProvider
The transmitter to search for.
receiver
Type: SystemIServiceProvider
The receiver to search for.

Return Value

Type: IEnumerableExtensibleObject
An enumeration with all links in this collection that contain both the transmitter and the receiver.
See Also