Click or drag to resize

CommunicationLinkCollectionFindFirst Method (IServiceProvider, IServiceProvider)

Finds the first link 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 ExtensibleObject FindFirst(
	IServiceProvider transmitter,
	IServiceProvider receiver
)

Parameters

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

Return Value

Type: ExtensibleObject
The first link in the collection that contains both the transmitter and the receiver.
See Also