Click or drag to resize

CommunicationLinkCollection.Find 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.3.420.0 (24.3.420.0)
Syntax
public IEnumerable<ExtensibleObject> Find(
	IServiceProvider transmitter,
	IServiceProvider receiver
)

Parameters

transmitter
Type: System.IServiceProvider
The transmitter to search for.
receiver
Type: System.IServiceProvider
The receiver to search for.

Return Value

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